Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
Fix: Properties with the name __proto__ are added to objects and arrays.
(#199) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (#295).
v2.2.1
Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)
New: package.json and package.json5 include a module property so
bundlers like webpack, rollup and parcel can take advantage of the ES Module
build. (#208)
Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)
v2.0.1
Fix: The browser builds in the dist directory support ES5. (#182)
v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js
v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been
rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at dist/index.js is no longer minified by default. A
minified version is available at dist/index.min.js. (#181)
Fix: The warning has been made clearer when line and paragraph separators are
Fix: Properties with the name __proto__ are added to objects and arrays.
(#199) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (#295).
The deprecated global access has been removed. If you used to access Emeber.inflector,
Ember.String.singularize or Ember.String.pluralize via the window.Ember global,
you must now import the module like this instead:
import { singularize } from 'ember-inflector'
singularize('cats');
Identical to 4.0.0; release made to remove deprecation warning when installing the latest version.
A bug, fixed
What happened?
There was a bug fixed in v3.1.1 that resulted in a "breaking change" for many users. This bug was related to the fact that ember-ajax previously always made relative URLs into absolute URLs. I didn't correctly think about the fact that this would break people that depended on this behavior, and released the change within a "patch" release.
#383 and the resulting conversation was the outcome of this error on my (@alexlafroscia's) part.
Going forward
Two releases were made to attempt to address this fact.
v3.1.3 was released that reverts the new behavior. If you were banking on your relative URLs being made absolute implicitly, please upgrade to that version.
v4.0.0 was released from master, including no new behavior from v3.1.2. This means that, if you've already upgraded to v3.1.1 or later, you can safely move to v4.0.0 without changing any code on your end.
I'm sorry for whatever frustration this issue caused and appreciate the assistance of those that brought the issue to my attention.
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, ember-cli-babel, ember-inflector, ember-ajax, ember-cli, ember-load-initializers, ember-maybe-import-regenerator, ember-qunit, ember-resolver and ember-sinon. These dependencies need to be updated together.
Updates
json5
from 0.5.1 to 2.2.3Release notes
Sourced from json5's releases.
... (truncated)
Changelog
Sourced from json5's changelog.
... (truncated)
Commits
c3a7524
2.2.394fd06d
docs: update CHANGELOG for v2.2.33b8cebf
docs(security): use GitHub security advisoriesf0fd9e1
docs: publish a security policy6a91a05
docs(template): bug -> bug report14f8cb1
2.2.210cc7ca
docs: update CHANGELOG for v2.2.27774c10
fix: add proto to objects and arraysedde30a
Readme: slight tweak to intro97286f8
Improve example in readmeUpdates
ember-cli-babel
from 6.18.0 to 7.26.11Release notes
Sourced from ember-cli-babel's releases.
... (truncated)
Changelog
Sourced from ember-cli-babel's changelog.
... (truncated)
Commits
315df8a
7.26.11f752681
Merge pull request #430 from jaswilli/caching-is-funb9dfc87
Fix missing babel polyfill in vendor treee1f0758
7.26.1077f082b
Merge pull request #428 from chriskrycho/more-plugin-fun3093fb7
Configureloose
option for all class property plugins8e1f28e
7.26.9f8f495e
Merge pull request #426 from chriskrycho/decorators-fund283f64
Include template for basic component3b5bf21
Do not linttests
folderUpdates
ember-inflector
from 2.3.0 to 4.0.2Release notes
Sourced from ember-inflector's releases.
Changelog
Sourced from ember-inflector's changelog.
Commits
f779af0
Release 4.0.2ef3e106
Merge tag 'v4.0.1'f0d85d6
Add release automation setup.db8cee7
Merge pull request #372 from mydea/remove-nonexisting-reexportdb5539e
Remove non-existingdefaultRules
re-export448f8b0
Merge pull request #359 from emberjs/dependabot/npm_and_yarn/ember-cli-babel-...d80068b
Merge pull request #362 from emberjs/dependabot/npm_and_yarn/ember-cli-terser...7d5c25c
Bump ember-cli-terser from 4.0.1 to 4.0.2b7881f9
Bump ember-cli-babel from 7.26.4 to 7.26.5f7cb2e0
Merge pull request #348 from emberjs/dependabot/add-v2-config-fileUpdates
ember-ajax
from 3.1.0 to 5.1.2Release notes
Sourced from ember-ajax's releases.
Changelog
Sourced from ember-ajax's changelog.
... (truncated)
Commits
9f7a058
chore(release): 5.1.2b24279f
Merge pull request #463 from boris-petrov/use-object-assign5175d40
fix: resolveember-polyfills.deprecate-assign
deprecation warnings5520bdf
v5.1.1b818a9f
v5.1.01b7a0f3
chore: update ignore files77fbbb9
Merge pull request #459 from Turbo87/gh-actions5fb626d
chore: remove TravisCI config903b5eb
chore: add GitHub Actions config597afc3
chore: changeember-data
dependency to~3.1.1
Updates
ember-cli
from 3.0.4 to 3.28.6Release notes
Sourced from ember-cli's releases.
... (truncated)
Changelog
Sourced from ember-cli's changelog.
... (truncated)
Commits
b334c61
Release 3.28.623a0d98
update changeloga9e3e2c
Merge pull request #10013 from kellyselden/handle-build-failures241e1a8
Don't exit process when requesting a failed build4a36187
Handle rebuild failures without exiting1376857
Merge pull request #10043 from kellyselden/ci-temp-fixf4a55cf
Temporarily skip failing ember new test for npm versions <= v6.0.053b5dcc
Release 3.28.56d6786c
update changelog167082b
Merge pull request #9730 from kellyselden/add-ember-3.28-lts-to-addon-blueprintUpdates
ember-load-initializers
from 1.1.0 to 2.1.2Release notes
Sourced from ember-load-initializers's releases.
Changelog
Sourced from ember-load-initializers's changelog.
... (truncated)
Commits
c72ac1a
Release 2.1.2168ed4c
Merge pull request #278 from mehulkar/mk/explicit7b3abdb
Fail explicitly when initializer does not have default exportb69de85
Build(deps-dev): Bump ember-cli-typescript-blueprints218b761
Build(deps-dev): Bump@types/ember-testing-helpers
from 0.0.3 to 0.0.42d20277
Build(deps-dev): Bump lerna-changelog from 0.8.2 to 1.0.16d74d94
Build(deps): [Security] Bump websocket-extensions from 0.1.3 to 0.1.43355067
Build(deps): [Security] Bump handlebars from 4.5.3 to 4.7.6cc1fa24
Build(deps-dev): Bump ember-source from 3.14.1 to 3.18.1c1cfa46
Build(deps-dev): Bump@types/ember-qunit
from 3.4.7 to 3.4.8Updates
ember-maybe-import-regenerator
from 0.1.6 to 1.0.0Commits
Maintainer changes
This version was pushed to npm by stefanpenner, a new releaser for ember-maybe-import-regenerator since your current version.
Updates
ember-qunit
from 3.5.3 to 6.1.1Release notes
Sourced from ember-qunit's releases.
... (truncated)
Changelog
Sourced from ember-qunit's changelog.
... (truncated)
Commits
b038aad
Release 6.1.1ca2a2b7
Merge pull request #999 from emberjs/bump-resolver6f851ac
Use native types fromember-resolver
492c39d
Merge pull request #998 from emberjs/fix-typesbe8b97b
Revert explicitpeerDependencies
contracts3396e9a
Merge pull request #996 from emberjs/release-6.1-ughd2cfced
Re-apply version bump to CHANGELOG and package.json54b5e70
Merge pull request #995 from emberjs/ts-defs-onlyd4b0013
Fix CI invocation for type tests8485183
Feature: introduce native (ambient) TS typesMaintainer changes
This version was pushed to npm by chriskrycho, a new releaser for ember-qunit since your current version.
Updates
ember-resolver
from 4.5.6 to 9.0.1Release notes
Sourced from ember-resolver's releases.
... (truncated)
Changelog
Sourced from ember-resolver's changelog.