Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge "mapbox-gl-style-spec" repository into this repository #3946

Merged
merged 1,285 commits into from
Feb 1, 2017
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 5, 2016

  1. Configuration menu
    Copy the full SHA
    c80874e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a4ee1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Remove double evaluation interface

     - changes the interface of functions to `f(globals, feature)`
     - removes the "assert" function
     - improves perf
     - pins to an updated style spec
     - bumps to the v2.1.0
    Lucas Wojciechowski committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    f5303e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de9d74 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lucaswoj committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    086bfcb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    b49f940 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. Configuration menu
    Copy the full SHA
    fcb912f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Avoid large disjunctions when evaluating 'in'

    V8 is unable to evaluate large disjunctions, failing with "RangeError: Maximum call stack size exceeded".
    
    Fixes #1782
    peckjon authored and jfirebaugh committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    6254b4c View commit details
    Browse the repository at this point in the history
  2. 1.0.3

    jfirebaugh committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    d2e04ec View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Configuration menu
    Copy the full SHA
    6b531c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    2ff9070 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. update changelog for 8.4.0

    mourner committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    da9a0e0 View commit details
    Browse the repository at this point in the history
  2. 8.4.0

    mourner committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    0b6c814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb8562 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. faster and simpler filter implementation

    Closes #6, closes #10, ref #8.
    mourner committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    b4bc18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0e951 View commit details
    Browse the repository at this point in the history
  3. add benchmarks

    mourner committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    41b7910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5739338 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69bb575 View commit details
    Browse the repository at this point in the history
  6. 2.0.0

    mourner committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    ecd7f5a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    ef23dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Revert "prevent ramp from having duplicate stops"

    This reverts commit e37aa5f.
    
    Adding validation of ramp stops was good in spirit, but it breaks some v8
    styles. Reverting until v9 where we can make backwards incompatible
    changes.
    scothis committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    2ced510 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from mapbox/ramp-validation

    Revert "prevent ramp from having duplicate stops"
    scothis committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    79d7bfd View commit details
    Browse the repository at this point in the history
  3. 8.4.1

    scothis committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d6f7fbc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Configuration menu
    Copy the full SHA
    25c8df8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Refactor validator to be more modular

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0542641 View commit details
    Browse the repository at this point in the history
  2. Added paint property and layout property modules

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    eb1adab View commit details
    Browse the repository at this point in the history
  3. Remove global layer state

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    bbf9fa0 View commit details
    Browse the repository at this point in the history
  4. Remove global constants state

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    037c6fd View commit details
    Browse the repository at this point in the history
  5. Refactor arguments structure for validators

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0371bb0 View commit details
    Browse the repository at this point in the history
  6. Improve handling of style spec versions

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    29bddd2 View commit details
    Browse the repository at this point in the history
  7. Simplified API

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    1651bde View commit details
    Browse the repository at this point in the history
  8. Improve duplicate layer detection

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    adab0f8 View commit details
    Browse the repository at this point in the history
  9. Removed extraneous TODOs

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    e8adad1 View commit details
    Browse the repository at this point in the history
  10. Misc refactoring and bug fixes

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    a265c23 View commit details
    Browse the repository at this point in the history
  11. Refactored into validate_style and validate_style.min

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    8c14b98 View commit details
    Browse the repository at this point in the history
  12. Added error and util directories

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    7ceb933 View commit details
    Browse the repository at this point in the history
  13. Add validate/latest shim

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    686fb6d View commit details
    Browse the repository at this point in the history
  14. Inline parseStyle

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    09dfb75 View commit details
    Browse the repository at this point in the history
  15. Export granular validators on validateStyle module

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    274c6b7 View commit details
    Browse the repository at this point in the history
  16. Make paintProperty and layoutProperty validators operate on indivudal…

    … values
    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    a740e81 View commit details
    Browse the repository at this point in the history
  17. Use extend in validate

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    b5e92cb View commit details
    Browse the repository at this point in the history
  18. Removed use of latest style as default

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    f8f8577 View commit details
    Browse the repository at this point in the history
  19. Minor validateObject refactor

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    76dd854 View commit details
    Browse the repository at this point in the history
  20. Removed layer forwarding from validateObject

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    fc1b7dd View commit details
    Browse the repository at this point in the history
  21. Use objectElementValidators.* instead of objectElementValidator

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0e0c442 View commit details
    Browse the repository at this point in the history
  22. Pass layerType instead of layer to validate*Property

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    7aa807b View commit details
    Browse the repository at this point in the history
  23. Added docs to validate_style and validate_style.min

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    75d8c87 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    21cebfd View commit details
    Browse the repository at this point in the history
  25. Updated changelog

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    a1aab24 View commit details
    Browse the repository at this point in the history
  26. 8.4.2

    Lucas Wojciechowski committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    3e946c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Configuration menu
    Copy the full SHA
    a3a26b4 View commit details
    Browse the repository at this point in the history
  2. Fix an issue where 'in' '$type' drops features

    If 'Point' is listed inside an 'in' facet on the '$type' property as the
    last value when all geometry types are listed, it will be ignored.
    
    `indexOf` accepts multiples params and `map` emits multiple params. Only
    the first param from map should be passed to indexOf. The order of 'Point'
    in the arrays ends up causing the value not to be found and the index in
    the compiled filter to be -1.
    
    Using a proper inline function solves the issue.
    scothis committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    d7889b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from mapbox/in-types

    Fix an issue where 'in' '$type' drops features
    mourner committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    2801e0d View commit details
    Browse the repository at this point in the history
  4. 2.0.1

    mourner committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    518f834 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    d01fb81 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Validate the presence and contents of glyphs and sprite urls

    fixes #299
    fixes #170
    Lucas Wojciechowski committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    2d1b2b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    ca30ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0701e50 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    679d497 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Improve filter documentation. Fixes #389

    cc @lucaswoj for the review
    tmcw committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    9859bf9 View commit details
    Browse the repository at this point in the history
  2. Fix jsdoc building

    tmcw committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    ed82f23 View commit details
    Browse the repository at this point in the history
  3. Fix jsdoc output

    Lucas Wojciechowski committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    934ff21 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Make data-driven styling functions compatible with v1

    Lucas Wojciechowski committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    2acd098 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    e5f8406 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Added dds to v8 spec

    Lucas Wojciechowski committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    22a014a View commit details
    Browse the repository at this point in the history
  2. 8.5.0

    Lucas Wojciechowski committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    874eb64 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lucaswoj committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    2ab1eda View commit details
    Browse the repository at this point in the history
  4. Remove dependency on mapbox-gl-style-spec

     - dependency wasn’t being used
     - keeping this in sync is a pain
    Lucas Wojciechowski committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4e5e450 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    a0117ee View commit details
    Browse the repository at this point in the history
  2. Fix exception caused by calling validateLayoutProperty without passin…

    …g a style
    Lucas Wojciechowski committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    2440066 View commit details
    Browse the repository at this point in the history
  3. 8.5.1

    Lucas Wojciechowski committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    55f5da6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. support zoom+feature functions

    ansis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    9d9084a View commit details
    Browse the repository at this point in the history
  2. v1.2.0

    ansis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    08bcfb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a3773 View commit details
    Browse the repository at this point in the history
  4. v1.2.1

    ansis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    aae7914 View commit details
    Browse the repository at this point in the history
  5. validate zoom+feature functions

    ansis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    2a8ca96 View commit details
    Browse the repository at this point in the history
  6. v8.6.0

    ansis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    db01e2d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Allow string-keyed object stops for property functions

    Lucas Wojciechowski committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    d7ee79e View commit details
    Browse the repository at this point in the history
  2. 8.6.1

    Lucas Wojciechowski committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    2276a0e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. add a license, close #16

    mourner committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    90333b6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Add has and !has operators

    Lucas Wojciechowski committed May 3, 2016
    Configuration menu
    Copy the full SHA
    2d1a33c View commit details
    Browse the repository at this point in the history
  2. Refactoring

    Lucas Wojciechowski committed May 3, 2016
    Configuration menu
    Copy the full SHA
    6b9adae View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Add support for has / !has operators

    Lucas Wojciechowski committed May 5, 2016
    Configuration menu
    Copy the full SHA
    b87a7bb View commit details
    Browse the repository at this point in the history
  2. 2.1.0

    Lucas Wojciechowski committed May 5, 2016
    Configuration menu
    Copy the full SHA
    e953226 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #451 from mapbox/has

    Add support for has / !has operators
    lucaswoj committed May 5, 2016
    Configuration menu
    Copy the full SHA
    47fc301 View commit details
    Browse the repository at this point in the history
  4. 8.7.0

    Lucas Wojciechowski committed May 5, 2016
    Configuration menu
    Copy the full SHA
    43ac935 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    ddbd7fc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Failing testcase for #410 (#447)

    * Failing testcase for #410
    
    * Fix #410
    tmcw committed May 11, 2016
    Configuration menu
    Copy the full SHA
    1f2892c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Update function documentation and validation for property functions (#…

    …450)
    
    * Validate support for property functions
    
    * Add npm start script
    
    * Update function docs
    
    * fixup! Update function docs
    
    * Update index.html
    lucaswoj committed May 16, 2016
    Configuration menu
    Copy the full SHA
    76bfadf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Configuration menu
    Copy the full SHA
    fcdd5be View commit details
    Browse the repository at this point in the history
  2. More explicit instruction around sources and layers. (#454)

    * More explicit instruction around sources and layers.
    
    * Update index.html
    tmcw committed May 17, 2016
    Configuration menu
    Copy the full SHA
    7233c63 View commit details
    Browse the repository at this point in the history
  3. Add external geojson source example (#455)

    * Add external geojson source example
    
    * Update index.html
    tmcw committed May 17, 2016
    Configuration menu
    Copy the full SHA
    9a7463b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. change function type "continuous" to "exponential" (#457)

    It seems to be exponential according to project https://github.com/mapbox/mapbox-gl-function
    fuzhenn authored and lucaswoj committed May 31, 2016
    Configuration menu
    Copy the full SHA
    649a4d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334a32f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590730c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Configuration menu
    Copy the full SHA
    7cca33c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Upgrade to Jekyll 3 (#458)

    * Upgrade to Jekyll 3
    
    * Updated docs/_layouts/default.html
    tristen committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    f1ffdd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. Add text-pitch-alignment, refs #459 (#460)

    * Add text-rotation-alignment, refs #459
    
    * Unset default value of text-pitch-alignment, describe how default inheritance should behave. Refs #235
    yhahn authored Jun 11, 2016
    Configuration menu
    Copy the full SHA
    d4e6e98 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. removed doubling (#462)

    indus authored and jfirebaugh committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    e7f467a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Add icon-text-fit, icon-text-fit-padding (#461)

    * First pass at icon-text-fit, icon-text-fit-padding properties
    
    * Support specifying padding independently on all 4 sides
    yhahn authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    194fc55 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    b2a5509 View commit details
    Browse the repository at this point in the history
  2. Add entry for 8.7.0

    yhahn committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    d86a0cd View commit details
    Browse the repository at this point in the history
  3. 8.8.0

    yhahn committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    3d9df77 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    3ac39cc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Annotate reference and documentation with SDK requirements

    Each layer type and property is annotated with the first version of the JS, iOS, and Android SDK that supports the feature. For properties, support is divided into basic support and data-driven styling support. Absence of an annotation for a particular SDK implies that the feature is unsupported. Unsupported combinations are marked as such and in some cases linked to the relevant GitHub issue.
    
    Most features are annotated as supported starting with GL JS 0.10.0, iOS SDK 2.0.0, and Android SDK 2.0.1 -- the first stable releases that supported GL rendering of the initial v8 style specification. The exceptions are the following:
    
    Source support:
    * Image and Video sources
    * GeoJSON clustering
    
    Properties added to v8 after the initial release:
    * line-offset
    * text-pitch-alignment
    * icon-text-fit
    * icon-text-fit-padding
    
    Properties where data-driven styling support has been introduced in GL JS:
    * circle-opacity
    * circle-blur
    * fill-color
    * fill-outline-color
    * circle-color
    * circle-radius
    
    Filter operators are not yet annotated. The interesting operator is `has`/`!has`, which was a recent introduction.
    jfirebaugh committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    6a69896 View commit details
    Browse the repository at this point in the history
  2. No small prose text

    jfirebaugh committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    7b6d9f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f92556 View commit details
    Browse the repository at this point in the history
  4. "Mapbox GL Style Specification" ⇢ "Mapbox Style Specification"

    Remove other references to "GL" and perform general editing.
    jfirebaugh committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    1460436 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Add circle-pitch-scale

    jfirebaugh committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    83b1a3e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. fix type links in docs (#467)

    andrewharvey authored and jfirebaugh committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    c35408b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8557f92 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Configuration menu
    Copy the full SHA
    14acc36 View commit details
    Browse the repository at this point in the history
  2. Document the supported range of geometric coordinates in vector tiles (

    …#468)
    
    * Document the supported range of geometric coordinates in vector tiles
    
    * Update index.html
    
    * Update index.html
    lucaswoj authored Jul 13, 2016
    Configuration menu
    Copy the full SHA
    c6e8181 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    b49b64a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    21c89ea View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. add license title (#470)

    as discussed in mapbox/earcut#65
    waldyrious authored and tmcw committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    c2ddaa9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Configuration menu
    Copy the full SHA
    019f1a0 View commit details
    Browse the repository at this point in the history
  2. 2.2.0

    jfirebaugh committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    2c75ce1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    9a20405 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    1097f25 View commit details
    Browse the repository at this point in the history
  2. Mapbox macOS SDK also supports WMS URLs

    Followup to #464.
    1ec5 authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    096c534 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Configuration menu
    Copy the full SHA
    91687f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Update GeoJSON source default values (#471)

    * update GeoJSON source default values
    
    * Copy edits
    mourner authored and lucaswoj committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    5905f13 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Specify bearing and pitch direction (#482)

    Amended the bearing and pitch property documentation to describe some reference points, based on how Mapbox GL interprets these properties.
    1ec5 authored Aug 24, 2016
    Configuration menu
    Copy the full SHA
    06006f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Update v8.json (#484)

    lucaswoj authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    976233c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. Dynamically include source property docs (#483)

    * Dynamically include source property docs
    
    * Omit type and vector.tileSize
    anandthakker authored and jfirebaugh committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    4a3559a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Ignore layout and paint properties for invalid layers (#490)

    Currently, if a style contains an invalid layer type and either a paint
    or layout property for that layer, the style validator will throw.
    Instead of throwing, these properties should be ignored, the layer type
    will still be reported as an error.
    scothis authored Sep 8, 2016
    Configuration menu
    Copy the full SHA
    05ce3ee View commit details
    Browse the repository at this point in the history
  2. Release v8.8.1

    scothis committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    885e2bd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Sketch of removing spec-defined default value for text-rotation-align…

    …ment given that its renderer-defined defaults are more complex.
    yhahn authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    961f0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f76d5 View commit details
    Browse the repository at this point in the history
  3. Introduce new default enum value for text and icon rotation and pitch

    This adds a new enumeration value called `auto` for
    text-rotation-alignment, icon-rotation-alignment and
    text-pitch-alignment. The new value is set as the default for the
    three properties it was added to and the associated `doc`
    description was updated to reflect that.
    
    In addition, the relevant SDK support tables have been updated to
    reflect the first expected native SDK releases that'll support the new
    `auto` value. The js SDK version was not updated since the value was
    not known at the time of this commit. It can be updated in the future.
    boundsj authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    dca3aaa View commit details
    Browse the repository at this point in the history
  4. Generate sdk support rows from spec JSON

    This adds logic to loop through all of the values in `sdk-support`
    and render the appropriate documentation for each of them. There
    are special cases for `basic` -> "Base" and to ignore
    `property-function` since that is already handled as a special
    case and has an associated bool value at the root level of each
    item's object in the spec.
    boundsj authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    f50720b View commit details
    Browse the repository at this point in the history
  5. Surround auto in backticks

    This will cause it to become MGLTextPitchAlignmentAuto when the
    iOS/macOS SDK documentation is automatically generated from this file.
    boundsj authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e723a50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bef4dea View commit details
    Browse the repository at this point in the history
  7. Rebuild minified file

    boundsj authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c69d928 View commit details
    Browse the repository at this point in the history
  8. Remove sdk support and enhance doc description for auto

    This updates the doc descriptions for text-rotation-alignment
    and icon-rotation-alignment so that auto has a meaning in the
    system (as a default).
    
    This also removes all SDK support for auto. Once support for auto
    lands in GL JS and GL native then the specific version numbers
    can be added back.
    boundsj authored and jfirebaugh committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c17bf9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e70787 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6c95d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Copy edits (#492)

    lucaswoj authored Sep 21, 2016
    Configuration menu
    Copy the full SHA
    cdd81de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d3912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049b885 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10af2cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87f68e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    c034951 View commit details
    Browse the repository at this point in the history
  2. Revise icon-text-fit description

    David Clark committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    7824b30 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    23155c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cfd2a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Change "em" units to "ems"

    Fixes #507
    David Clark authored and jfirebaugh committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    df2dfbe View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Omit commas from source types

    1ec5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    bac71f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27989ab View commit details
    Browse the repository at this point in the history
  3. 1.3.0

    Lucas Wojciechowski committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    6ed9367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    644b51c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    lucaswoj authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    004155d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. fixes #497: document enum values (#510)

    Adds `doc` property to all enum `values`, moving them from JSON arrays to objects. 
    
    Downstream mobile SDK work in mapbox/mapbox-gl-native#6508.
    Downstream Studio work in mapbox/studio#7765. 
    
    Fixes a typo in `icon-text-fit`. 
    
    Also updates validation, docs generation, and tests.
    incanus authored Sep 30, 2016
    Configuration menu
    Copy the full SHA
    7f62a4f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Add identity function type (#512)

    * Add identity function type
    
    * Validate that identity functions do not have stops
    lucaswoj authored Oct 4, 2016
    Configuration menu
    Copy the full SHA
    f32dd1c View commit details
    Browse the repository at this point in the history
  2. Fix README format

    yeldarby authored and Lucas Wojciechowski committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    85602e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Color interpolation (#26)

    Support a `colorSpace` property on functions that allows
    users to choose LAB or HCL color interpolation.
    tmcw authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    111a2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54234a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc9b8fe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Fix mistake during release of 8.9.0 (#518)

    I accidentally published the `HEAD` of the `identity-function` branch
    to `npm` as version `8.9.0` in
    mapbox/mapbox-gl-style-spec@d7975ae0f6e9da2cd5
    67c8172fe7867f204509a3. Fortunately, I did merge `identity-function`
    into `master` first. With this commit restoring some state in
    `mb-pages`, we should be able to continue forward without ill effect.
    lucaswoj authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    4252a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d330d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. 'text-field' => text-field (#524)

    jingsam authored and 1ec5 committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    ad5f07c View commit details
    Browse the repository at this point in the history
  2. Missing period (#527)

    jingsam authored and jfirebaugh committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    a51c9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6496d0e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Fixed docs for sprite and sources

    jingsam authored and jfirebaugh committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    f497208 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Update SDK support for v0.26.0, facelift for function section (#537)

    * Update SDK support for v0.26.0, facelift for function section
    
    * Revert silly changes
    
    * Update index.html
    lucaswoj authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    393cf86 View commit details
    Browse the repository at this point in the history
  2. Use categorical type by default when input values are strings

    fixes #19
    Lucas Wojciechowski committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    d6dc680 View commit details
    Browse the repository at this point in the history
  3. Revert "Use categorical type by default when input values are strings"

    This reverts commit d6dc680.
    Lucas Wojciechowski committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    81488ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60c66e View commit details
    Browse the repository at this point in the history
  5. Use categorical type by default when input values are strings (#29)

    * Use categorical type by default when input values are strings
    
    This reverts commit 81488ab.
    
    * Update tests
    lucaswoj authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    41c6724 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    a464064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fb83a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    630ede5 View commit details
    Browse the repository at this point in the history
  2. Deprecate "interactive" property (#544)

    * Deprecate "interactive" property
    
    fixes #541
    
    * Add test to assert that layers with deprecated 'interactive' property do not cause an error
    
    * Generate v8.min.json
    lucaswoj authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    a91cb8b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Change validation path as follow up to #542 (#549)

    Lauren Budorick authored Oct 25, 2016
    Configuration menu
    Copy the full SHA
    f5e88ad View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Remove fill-extrude-* height properties in favor of new fill-extrusio…

    …n type (#555)
    
    * Remove fill-extrude-height and fill-extrude-base; create fill-extrusion type
    
    * Update test fixture
    Lauren Budorick authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    7fd0b31 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Add deref

    jfirebaugh committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    15c3c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8e72a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Add tests to show disallowed arbitrary keys (#562)

    Lauren Budorick authored Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b282657 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Remove extrusion reference in fill-opacity; add fill-extrusion layer …

    …type to docs generation (#565)
    Lauren Budorick authored Nov 5, 2016
    Configuration menu
    Copy the full SHA
    0079101 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    512126c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Remove/re-add layers when source-related properties change (#571)

    * Remove/re-add layers when source-related properties change
    
    Two cases:
    
    - Fix #570 - remove/re-add layer when `source`, `source-layer`, or
      `type` properties are changed.
    - Remove all dependent layers before removing a source; if the source is
      being removed and re-added, then the corresponding layers are also
      added again afterward. (See #3621 (comment))
    
    * Add explainer comment
    
    * Fix lint
    
    * Slightly better readability
    
    * One more comment
    anandthakker authored Nov 16, 2016
    Configuration menu
    Copy the full SHA
    77434bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d4460 View commit details
    Browse the repository at this point in the history
  3. Add declass module to preprocess a style's paint classes (#573)

    * Add declass module
    
    * Fix lint
    
    * Add tests confirming that input isn't mutated
    
    * Strip paint.CLASS definitions
    
    * Dedupe extend()
    anandthakker authored Nov 16, 2016
    Configuration menu
    Copy the full SHA
    59f8692 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Drop paint classes (#576)

    * Deprecate 'paint.*'
    
    * Copy v8.json => v9.json
    
    * Update API docs
    
    * Update narrative docs with deprecation of paint classes
    
    * Remove paint.* from v9
    
    * Fix duplicate name
    
    * Add migrations/v9
    
    * Tweak wording in deprecation note
    
    * Remove v9.json
    
    * Address review comments
    anandthakker authored and jfirebaugh committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    4b18b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    873f61a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Don't rely on splitting on periods; explicitly disallow arbitrary key…

    …s in transitions (#559)
    
    * Don't rely on splitting on periods; explicitly disallow arbitrary keys only in transitions
    
    * Fix some uncaught errors with light validation
    
    * Disallow arbitrary keys in light transition validator
    
    * There are no functions in "light"
    
    * Stricter on functions
    
    * Remove TODO
    
    * Flip: from 'disallowArbitrary' (so, allowed by default) to 'allowArbitrary' (so, disallowed by default)
    
    * allowArbitrary -> allowArbitraryKeys
    
    * Define a clear order of operations for object element validation, remove "allowArbitraryKeys" option (#580)
    
    * Define a clear order of operations for object element validation, remove "allowArbitraryKeys" option
    
    * Rename "validate" to "validateSpec"
    Lauren Budorick authored and lucaswoj committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    8925fad View commit details
    Browse the repository at this point in the history
  2. Add sdk-support property for layer types (#585)

    All layers are supported since the first v8 compatible SDK release,
    with the exception of fill-extrusions, which is first supported in
    GL JS 0.27
    scothis authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    f206557 View commit details
    Browse the repository at this point in the history
  3. Add support for circle-stroke-* properties (#579)

    * Add support for circle-stroke-* properties
    
    * Update v8.json with PR feedback
    lucaswoj authored Nov 29, 2016
    Configuration menu
    Copy the full SHA
    d91d3cd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Reformat JSON

    jfirebaugh committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    f471f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bd8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e7c95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8deb0e View commit details
    Browse the repository at this point in the history
  5. Disallow array stop domain type

    Fixes #595
    jfirebaugh committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    17bb0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d9075f View commit details
    Browse the repository at this point in the history
  7. Fix validation errors thrown when using a function for light intensity (

    #598)
    
    * Fix validation errors thrown when using a function for light intensity
    
    * Fix lint errors
    
    * Fix validation errors thrown by "undefined" light objects
    lucaswoj authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e85407a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Add sdk-support for light properties (#605)

    Only supported by GL JS 0.27+
    scothis authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    4792bb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    3b7d792 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    64dbf55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78539a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    336c407 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    6f8003d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a638afb View commit details
    Browse the repository at this point in the history
  3. Validate ascending stop order for zoom-and-property functions

    The additional output changes here are due to refactoring the validator such that string domain values more consistently result in deducing a categorical function type.
    
    Fixes #594
    jfirebaugh committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    deb3091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cefed62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff87a3f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    49e8b40 View commit details
    Browse the repository at this point in the history
  2. Remove "property-function" on properties whose DDS status is undecided

    * `"property-function": true` means DDS is enabled and implemented in at least one SDK
    * `"property-function": false` means we've decided this property will not support DDS
    * Lack of a value means we haven't decided, or haven't implemented it yet
    
    Fixes #592
    jfirebaugh committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    eb59e8f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    f7d4724 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    c5a9c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2119eba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Optimized search (#32)

    * Added binary search for interval function
    
    * Added binary search to exponential function
    
    * Adding profile to tests
    
    * Got rid of copypasta code
    
    * Added hash map for categorical function
    
    * fixed hash generation
    
    * Fixed profile to actually generate string categories
    
    * Fixed variable re-declare that caused test to fail
    
    * Fixed potential bug that would allow categories like 'toString' to resolve even if they were not in the provided array
    Sam Kronick authored and mourner committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    1f32192 View commit details
    Browse the repository at this point in the history
  2. Fix infinte loop when referenced property is undefined (#33)

    * Move "profile.js" into root directory
    
    Working with this repository is most convenient if all files in the
    “test” directory work with “tap.”
    
    * Avoid infinite loops for missing properties, add more tests
    
    * Uncomment test
    
    * Restore "missing property" behaviour
    lucaswoj authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    9d81aa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    22c9d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f82962 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Move files to 'lib' dir in preperation for merge

    Lucas Wojciechowski committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    af20774 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'function-master' into style-spec

    # Conflicts:
    #	.gitignore
    #	LICENSE
    #	package.json
    Lucas Wojciechowski committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    3dd3c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de573cb View commit details
    Browse the repository at this point in the history
  4. 8.10.0

    Lucas Wojciechowski committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    4adcefb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    16a9d8f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Move files in preparation for merge

    Lucas Wojciechowski committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    501b191 View commit details
    Browse the repository at this point in the history
  2. Merge "feature-filter" repo

    Lucas Wojciechowski committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    e71f22a View commit details
    Browse the repository at this point in the history
  3. Update changelog for v8.11.0

    Lucas Wojciechowski committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    6d19713 View commit details
    Browse the repository at this point in the history
  4. 8.11.0

    Lucas Wojciechowski committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    7efdb9e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Configuration menu
    Copy the full SHA
    c04efd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. npm run build

    1ec5 committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    85d8a20 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Indicate macOS SDK support (#641)

    * Indicate macOS SDK support
    
    Added macOS SDK support information alongside the existing iOS SDK support information. Clarified that, with respect to the iOS and macOS SDKs, this document is intended as a file format reference for style authors rather than a runtime styling reference.
    
    * macOS SDK v0.2.1
    
    * Removed link to iOS SDK API reference
    
    We’ll add the link back in as soon as iOS SDK v3.4.0 and macOS SDK v0.3.0 are officially released.
    1ec5 authored Jan 2, 2017
    Configuration menu
    Copy the full SHA
    25d721b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Canvas type (#656)

    Lauren Budorick authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    30323e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. iOS SDK v3.4.0, macOS SDK v0.3.0

    1ec5 committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    23a4a7a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Add source-canvas documentation (#661)

    * Add source-canvas documentation
    Lauren Budorick authored Jan 24, 2017
    Configuration menu
    Copy the full SHA
    7b2ea4e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Configuration menu
    Copy the full SHA
    004efa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Remove check for constants

    Arun Ganesh authored and jfirebaugh committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    2cc3421 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    c55bcba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a5551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7726cca View commit details
    Browse the repository at this point in the history
  4. Restore function tests

    jfirebaugh committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    b54d7a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf1577c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Remove support for implicitly-categorical functions

    This turned out to add significant complexity to the gl-native implementation, and never took effect in gl-js due to a bug (#3717). Removing it due to the complexity it would add to gl-native and other implementations, and the following additional rationales:
    
    * As a general principle: explicit is better than implicit.
    * Most users will not be constructing functions by hand anyway. For those that do:
    * Requiring `"type": "categorical"` is not an undue burden, especially when coupled with a hinting mechanism in the validator as implemented here.
    * Implicitly supplying `"type": "categorical"` for string domain values introduces a potentially surprising difference between `"stops": [["1", 1], ["2", 2]]` and `"stops": [[1, 1], [2, 2]]`.
    jfirebaugh committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    a8c6259 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Rearrange files to prepare for GL JS merge

    Lucas Wojciechowski committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9de1e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Merge branch 'style-spec-master' into merge-style-spec3

    # Conflicts:
    #	.gitignore
    #	.npmignore
    #	package.json
    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    d92eb6e View commit details
    Browse the repository at this point in the history
  2. Fix linter & tests

    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    e39befc View commit details
    Browse the repository at this point in the history
  3. Integrate style spec doc generation into main doc generation flow

    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    87f4f6c View commit details
    Browse the repository at this point in the history
  4. remove style spec from package.json & wire GL JS up to bundled style …

    …spec version
    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    dd8d248 View commit details
    Browse the repository at this point in the history
  5. Remove function README

    It’s redundant to style spec docs & prone to becoming out-of-date
    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    120fa9c View commit details
    Browse the repository at this point in the history
  6. eliminate "build-style-spec" script in favor of custom browserify mid…

    …dleware
    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    84d2063 View commit details
    Browse the repository at this point in the history
  7. Add the ability to publish the style-spec package seperately

    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    9ab56d2 View commit details
    Browse the repository at this point in the history
  8. Hide all style-spec stuff from JSDoc

    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4578f97 View commit details
    Browse the repository at this point in the history
  9. Rewrite README.md

    Lucas Wojciechowski committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    ff6da37 View commit details
    Browse the repository at this point in the history
  10. Delete API.md

    lucaswoj authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    e207068 View commit details
    Browse the repository at this point in the history