Skip to content

Releases: sebastian-software/babel-preset-edge

Release 0.3.1

19 Jun 21:10
Compare
Choose a tag to compare
  • Added missing package fast-async plugin (2b4acf9)

Release 0.3.0

19 Jun 21:00
Compare
Choose a tag to compare
  • Code formatting (6e9605c)
  • Disabled babel preset env debug (4e42964)
  • Some tweaks and fixes for browserslist support (37d9e51)
  • Added browserslist + sensible default config (ce4a588)

Release 0.2.3

19 Jun 20:02
Compare
Choose a tag to compare
  • Updated deps (6e31b85)
  • Doc updates (ef56746)
  • Test for keeping generator code intact (64a912a)
  • Extended test suite for lodash-plugin users (plugin requires local installs of these libs which are now added to devDeps. (f0fd902)
  • Extended working field of lodash plugin by asyncjs. rambda and recompose (ad77d3d)

Release 0.2.2

19 Jun 19:24
Compare
Choose a tag to compare
  • Default to commonjs modules as this fixes issues with pretty much all trivial usage with NodeJS scripts. (0af60b5)
  • Fixed wrong urls (01e130f)

Release 0.2.1

19 Jun 18:35
Compare
Choose a tag to compare
  • For working jest code transpilation (for test suite ... not the tests) we need the transpiled babel config... therefor we have to run prepublish after initial checkout before running tests. Fixed that. (43fe221)
  • Updated readme (70b1e6e)

Release 0.2.0

19 Jun 16:00
Compare
Choose a tag to compare
  • Updated Jest snapshots for usage of ESM (3a2d0f2)
  • Allow disabling ESM modules via options + added more docs (4be13a5)
  • Added some production optimization plugins for react + enabled loose mode for env-preset by default. (f77bb6d)
  • Correctly disabled transform-async-to-generator as this conflicts with fast-async (8c71cd1)
  • Using transform-runtime (865f7cd)
  • Added lodash plugin (8977679)
  • Added app-root-dir for improved alias handling of source folder (e7f17fd)

Release 0.1.0

19 Jun 14:36
Compare
Choose a tag to compare
  • Added src to npmignore (d93e9a7)
  • Reworked plugin/preset imports (b2c76ff)
  • Reworked babel config to use generator function (078d99d)
  • Cleanup (f6d294b)
  • Added test for object spread (aa92a28)
  • Added test for class properties (74bddfe)
  • No prepublish needed anymore for jest-testing (36f7efd)
  • Corrected wrong testrunner config which now passes over the babelrc (211ec2c)
  • More basic tests added (96aefb3)
  • First snapshot corrected (f72879f)
  • Added prepublish tool (b54846a)
  • Worked on basic implementation (dca10bb)
  • Corrected secure key for Slack notifications (5b70bd3)
  • Core configs (d1fae46)
  • Basic config redirects to readable-code (7c47896)
  • Added basic CI config (e11bd5c)
  • Tweaked package config. Added basic readme and license files. (ae08a01)
  • Added jest + readable-code for linting and testing infrastructure (fb40734)
  • Added more core config (7250f2e)
  • First commit (454a089)