Skip to content

Releases: sebastian-software/babel-preset-edge

Release 0.9.4

05 Jul 11:59
Compare
Choose a tag to compare
  • Updated deps (ddb4320)
  • Improved production detection to also work with larger combined env-values which also contain other info. (08cdc1a)

Release 0.9.3

04 Jul 15:29
Compare
Choose a tag to compare
  • Added ChromeAndroid v58 to modern list (ab2a745)
  • Updated deps (e86590a)
  • Added docs on es2015 target (e6bf4b0)

Release 0.9.2

04 Jul 14:07
Compare
Choose a tag to compare
  • Extracted modern targets + added section to readme (da584c6)

Release 0.9.1

04 Jul 14:04
Compare
Choose a tag to compare
  • Updated modern browser set to: electron 1.6, safari 10.1, iOS 10.3, edge 15, chrome 58, firefox 53 + nodejs 6.9.0 (8fabd5b)
  • Added support for 'modern' target - a slightly more forward-looking preset than es2015 (7a6d6a5)

Release 0.9.0

04 Jul 13:34
Compare
Choose a tag to compare
  • Cleanup tests (d31b3f8)
  • Disabled compression by default (fcdb1b6)
  • Updated async/await test (8ea373c)
  • Added babili based compression support (2ba9128)
  • Added new test rendering prop types (661947c)
  • Switched binary over to production rendering (9d6cc58)
  • Documented new env setting (af2d5fd)
  • Added links to plugin code (55fc25f)
  • Improved support for overriding the environment (dfc2140)
  • Added ES3 tests (e978e5d)
  • Reworked core test runner to use async (266c628)
  • Auto formatting source code. (252ed8c)
  • Update source code in snapshots + source locations (51e0796)
  • Auto formatting of fixtures (201067d)
  • Minor cleanups (5b22e0a)
  • Disabled debug for es2015 (b3b26e0)
  • Corrected snapshots by correctly ignoring local babelrc during test-run (78a8dd6)
  • Updated snapshots (dbc83eb)
  • Renamed internal reference (7561fa6)
  • Re-enabled JSX source debug info (e471fb8)
  • Aligned usage of ESmodules in transformRuntime with overall usage. (fac06ed)
  • Made sourceFolder handling optional (9b61007)
  • Update binary snapshot (918ed29)
  • Reimplemented test code using shared fixtures. (ed2680e)
  • Extracted fixtures into separate files for using babel from file and share test code (27c0f19)
  • Ignore fixtures and core.js in tests. (83d9ef8)

Release 0.8.3

03 Jul 16:10
Compare
Choose a tag to compare
  • Updated JSX related snapshots to contain __self info (528b9eb)
  • Updated prepublish tool (795a033)
  • Disabled transform-jsx-source plugin as it throws (cccd385)
  • Added home npm folder as cache (c8d4843)

Release 0.8.2

03 Jul 15:51
Compare
Choose a tag to compare
Release 0.8.2

Release 0.8.1

03 Jul 15:41
Compare
Choose a tag to compare
  • Another output for import handling (15f4c8c)
  • Simplified modules options + added debug for import() handling (5b120ce)

Release 0.8.0

03 Jul 14:28
Compare
Choose a tag to compare
  • Fixed selection. Use library handling for custom config, too. (04012a0)
  • Code refactoring for production settings (9bea3b1)
  • Updated deps (a6414cc)
  • Remove PropTypes in production (ee23422)
  • Updated docs from CRA (67e3a92)
  • Minor formatting (44a846f)
  • Set compact to true by default like in CRA (e223353)
  • Explicitly set helpers to true (default) (6b72fef)
  • Improved debug capability for React JSX (bdef9fe)
  • Implemented transpilation of import() statement for either Webpack and/or NodeJS (e39da04)
  • Replaced react preset with custom react plugin setup which allows us to useBuiltIns option for JSX (e4de061)
  • Added test for JSX spread (8d04a10)
  • Added option for change usage of built-ins (75e8613)

Release 0.7.3

03 Jul 10:57
Compare
Choose a tag to compare
  • Added nodent-runtime as this is required for fast-async. (9b20ba2)