Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

84 lines (53 loc) · 5.9 KB

Changelog

v2.0.0 (February 15th, 2018)

Commits

  • be6c9d96 refactor(includes): remove includes polyfill by default by Baptiste Meurant

    Breaking changes:

    Starting from this version, the ember-runtime-enumerable-includes-polyfill is not included by default anymore. If you need to support environments that does not handle the EcmaScript includes method, you will have now to explicitely add it as a dependency: yarn add ember-runtime-enumerable-includes-polyfill.

  • 7144bac6 refactor(modules): new Modules API, end of support for old versions by Baptiste Meurant

    Breaking changes:

    This versions fully embraces the new Modules API. As a direct consequence, it will break compatibility with versions of ember that does not support this new API. If you have to support older versions, you must prefer the 1.3.x version. This version and all future versions will test and support only the lasts ember LTS versions and, obviously, the last ember release. Please see ember-try config for details.

v1.3.2 (May 24th, 2017)

Commits

v1.3.1 (December 1st, 2016)

Commits

v1.3.0 (September 12th, 2016)

Commits

v1.2.0 (August 3rd, 2016)

Pull Requests

Commits

v1.1.0 (July 3rd, 2016)

  • 7e91d68 Update bower dependencies
  • dc26c18 [TOOLING] Switch to ember-cli-mirage 0.2.1
  • 924c511 [TOOLING] Switch to ember-cli-code-coverage
  • 3a35c0a Update to ember-cli 2.6.2 & ember 2.6
  • 9dc51a3 [DOC] Format to JSDoc

v1.0.2 (December 16, 2015)

  • #1 [BUGFIX] Do not throw error anymore when array is null or undefined but return false.
  • [DOC] Add changelog

v1.0.1 (December 14, 2015)

  • Improve tests
  • Switch from ES6 destructuring assignement to standard ES5 assigment because of coverage fails
  • Update Documenttation in README - add tooling badges
  • Add coverage with ember-cli-blanket

v1.0.0 (December 13, 2015)

  • Initial addon version