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

Prepare a new release #42

Merged
merged 11 commits into from
Aug 13, 2021
Merged

Prepare a new release #42

merged 11 commits into from
Aug 13, 2021

Conversation

ryanhamley
Copy link
Contributor

@ryanhamley ryanhamley commented Feb 17, 2021

This PR prepares a new release of GL Language.

  • V8 style support #39 drops support for v7 styles and token values ({name).
  • IE11 support is dropped
  • Make the plugin compatible with GL JS v2+
  • Modernize some of the code
  • Add Vietnamese support
  • Several bug fixes
  • Adds CHANGELOG

Do we want to jump to v1.0.0? Technically, since this is on major version 0, we're free to introduce breaking changes, but I think it makes sense to bump the major version here. It doesn't seem like the API is going to change radically so we can solidify it with the 1.0 release.

cc @andrewharvey

@andrewharvey
Copy link

Perfect. I think jump to v1.0.

@gongzemin
Copy link

@andrewharvey Hi, when v1.0 will be released?

@BouckaertThibault
Copy link

Any news on this?

README.md Outdated
var mapboxgl = require('mapbox-gl')
var MapboxLanguage = require('@mapbox/mapbox-gl-language');
const mapboxgl = require('mapbox-gl')
const MapboxLanguage = require('@mapbox/mapbox-gl-language');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should we use the ESM syntax for these examples instead of require?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on the old code. Fixed.

@ryanhamley ryanhamley merged commit 09e8612 into master Aug 13, 2021
@ryanhamley ryanhamley deleted the v1 branch August 13, 2021 21:10
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants