Giter Club home page Giter Club logo

Comments (7)

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits .

See the full diff.

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits .

See the full diff.

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.3.3

v1.3.3 (2017-04-07)

🐛 Bug Fix

Adding electron as a target was an inadvertent breaking change as it no longer
allowed string versions. We added an exception for now, even though it is
inconsistent with other versions. Just as a note, the upcoming version 2.x will
allow both number and string versions.

We now force the const-es2015-check plugin to run first (so that it can
correctly report issues before they get transpiled away).

🚀 New Feature

  • Allow use babel-plugin- prefix for include and exclude (#242) (@yavorsky)

The include and exclude options now allow both prefixed (babel-plugin-transform-es2015-spread)
and prefix-less (transform-es2015-spread) plugin names.

📝 Documentation

🏠 Internal

Commits

The new version differs by 15 commits .

  • a222453 1.3.3
  • 801c6d4 Fix and update changelog for v1.3.3 [skip ci]
  • 8701755 Ensure const-check plugin order (#257)
  • 19bd172 Update changelog (#253)
  • d7adb12 Merge pull request #252 from yavorsky/electron-string
  • b3edcf5 Support electron version in a string format.
  • c2e99b2 Merge pull request #245 from babel/existentialism-patch-1
  • b3f17b8 Note babel plugin prefix handling in include/exclude [skip ci]
  • f901427 Allow use babel-plugin- prefix for include and exclude. (#242)
  • b2057c0 Add simple smoke-test (#240)
  • fe74b77 Fix README: debug option shows info in stdout. (#236)
  • 500b2fb Add prepublish script
  • 147a33b 1.3.2
  • 6e7b8d1 1.3.1
  • 8534335 Revert npmignoring data

See the full diff.

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.4.0

v1.4.0 (2017-04-14)

🚀 New Feature

Added an option to enable more spec compliant, but potentially slower, transformations for any plugins in this preset that support them.

We updated our mappings so that you can get native support for async/await and other goodies when targeting Edge 15!

🐛 Bug Fix

Fixed a bug that was ignoring Android targets in browserslist queries (for example: "Android >= 4").

📝 Documentation

🏠 Internal

Commits

The new version differs by 26 commits .

  • 125e928 1.4.0
  • e22c26c Update changelog [skip ci]
  • 2aaecc5 Support spec option (#98)
  • 8bca925 Clarify note about loading polyfills only once (#282)
  • 2135fb9 Add a reminder about include/exclude options (#275)
  • 40da88e Chore: reduce package size. (#281) [skip ci]
  • cad1b2b Merge pull request #273 from babel/compat-table
  • 7033974 Bump compat-table for Edge 15 support
  • 38a1369 Remove deprecated comment (#271)
  • d197aa0 Merge pull request #270 from babel/issue268
  • c0d641e Add Android browser to name map
  • a222453 1.3.3
  • 801c6d4 Fix and update changelog for v1.3.3 [skip ci]
  • 8701755 Ensure const-check plugin order (#257)
  • 19bd172 Update changelog (#253)

There are 26 commits in total. See the full diff.

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.5.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.5.0

v1.5.0 (2017-05-19)

🚀 New Feature

We were originally waiting on 2.x for a breaking change, but since node v7.10
and other targets are causing some pain, we decided to land a backwards
compatible version.

🏠 Internal

Commits

The new version differs by 40 commits.

  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test
  • 58055c8 Support target versions as strings (#231)
  • 78ed702 Bump electron-to-chromium
  • abdbeec Tweak version mappings to match compat-table updates (#323)
  • 0e917de Bump browserslist. (#319)
  • 20ddb72 Bump compat-table (#307)
  • 966922d Add debug-fixtures and test/tmp to .eslintignore (#305)
  • db5daff Remove hidden files from debug fixtures targets. (#287)
  • 125e928 1.4.0

There are 40 commits in total.

See the full diff

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.5.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.5.1

v1.5.1 (2017-05-22)

🐛 Bug Fix

Commits

The new version differs by 43 commits.

  • 5ff37e3 1.5.1
  • 86ce2db Update changelog for v1.5.1 [skip ci]
  • cb11cb1 Compile with loose mode (#332)
  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test
  • 58055c8 Support target versions as strings (#231)
  • 78ed702 Bump electron-to-chromium
  • abdbeec Tweak version mappings to match compat-table updates (#323)
  • 0e917de Bump browserslist. (#319)
  • 20ddb72 Bump compat-table (#307)

There are 43 commits in total.

See the full diff

from js-hash.

greenkeeper avatar greenkeeper commented on June 24, 2024

Version 1.5.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.5.2

v1.5.2 (2017-06-07)

🐛 Bug Fix

browser targets should be overridden by explicit targets, and we inadvertently broke this when we landed string version support.

Commits

The new version differs by 48 commits.

  • f4ce53c 1.5.2
  • 00490ac Merge pull request #346 from babel/issue345
  • 2896925 Add node 8 to travis (#347)
  • 0017129 Ensure explicit targets always override browsers key targets
  • e23bd47 README: Add string type as valid node target value (#337) [skip ci]
  • 5ff37e3 1.5.1
  • 86ce2db Update changelog for v1.5.1 [skip ci]
  • cb11cb1 Compile with loose mode (#332)
  • d937261 1.5.0
  • 590bfb5 Update changelog for v1.5 [skip ci]
  • ddea7c8 Merge pull request #321 from babel/backport-string-versions
  • 6bc5326 Backport: use preset-env and remove flow-strip-types (#324)
  • c7d0e17 Merge branch 'master' into backport-string-versions
  • fd35519 Merge pull request #329 from babel/bump-electron
  • 8fb2222 Use ensureDirSync in smoke test

There are 48 commits in total.

See the full diff

from js-hash.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.