Skip to content

Releases: DazzlingFugu/ember-reading-time

Release v4.0.0

24 Sep 08:11
Compare
Choose a tag to compare

Changelog: v3.0.0...v4.0.0

Breaking changes

Upgrade add-on to ember-cli v5.8.1 (#190)

The new requirements are:

  • Ember.js v4.12 or above
  • Ember CLI v4.12 or above
  • Node.js v18 or above

Build

Dependencies

build(deps-dev): bump @ember/string from 3.0.1 to 3.1.1 (#119)
build(deps-dev): bump ember-resolver from 10.0.0 to 10.1.0 (#120)
build(deps-dev): bump @babel/eslint-parser from 7.18.2 to 7.22.5 (#122)
build(deps-dev): bump eslint-plugin-ember from 11.5.2 to 11.8.0 (#123)
build(deps-dev): bump eslint from 8.40.0 to 8.43.0 (#124)
build(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.8.0 (#125)
build(deps): bump semver from 5.7.1 to 5.7.2 (#128)
build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#129)
build(deps): bump webpack from 5.82.1 to 5.88.2 (#130)
build(deps-dev): bump ember-qunit from 6.1.1 to 6.2.0 (#131)
build(deps): bump postcss from 8.3.11 to 8.4.31 (#132)
build(deps-dev): bump @babel/core from 7.20.12 to 7.23.2 (#133)
build(deps-dev): bump ember-template-lint from 5.7.3 to 5.11.2 (#135)
build(deps-dev): bump ember-resolver from 10.1.0 to 11.0.1 (#138)
build(deps-dev): bump eslint from 8.43.0 to 8.54.0 (#139)
build(deps): bump ember-cli-htmlbars from 6.2.0 to 6.3.0 (#140)
build(deps-dev): bump eslint-config-prettier from 8.8.0 to 9.0.0 (#141)
build(deps-dev): bump qunit-dom from 2.0.0 to 3.0.0 (#143)
build(deps-dev): bump concurrently from 8.0.1 to 8.2.2 (#145)
build(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.23.3 (#148)
build(deps-dev): bump qunit from 2.19.4 to 2.20.0 (#147)
build(deps-dev): bump eslint from 8.54.0 to 8.56.0 (#151)
build(deps-dev): bump ember-template-lint from 5.11.2 to 5.13.0 (#152)
build(deps-dev): bump @babel/core from 7.23.2 to 7.23.7 (#153)
build(deps): bump ember-auto-import from 2.6.3 to 2.7.2 (#154)
build(deps): bump follow-redirects from 1.14.8 to 1.15.4 (#155)
build(deps-dev): bump eslint-plugin-ember from 11.8.0 to 11.12.0 (#156)
build(deps): bump webpack from 5.88.2 to 5.89.0 (#157)
build(deps): bump humanize-duration from 3.28.0 to 3.31.0 (#158)
build(deps-dev): bump @ember/test-helpers from 2.9.3 to 2.9.4 (#160)
build(deps-dev): bump @babel/eslint-parser from 7.23.3 to 7.23.10 (#162)
build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 (#163)
build(deps-dev): bump @babel/core from 7.23.7 to 7.23.9 (#164)
build(deps): bump webpack from 5.91.0 to 5.93.0 (#203)
build(deps-dev): bump prettier from 3.2.5 to 3.3.3 (#205)
build(deps-dev): bump qunit from 2.20.1 to 2.21.1 (#208)
build(deps-dev): bump @babel/plugin-proposal-decorators from 7.24.1 to 7.24.7 (#209)
build(deps): bump humanize-duration from 3.32.0 to 3.32.1 (#210)
build(deps-dev): bump ember-source from 5.8.0 to 5.10.2 (#212)
build(deps): bump @babel/core from 7.24.5 to 7.25.2 (#213)
build(deps): bump ember-auto-import from 2.7.2 to 2.7.4 (#214)
build(deps-dev): bump @ember/test-helpers from 3.3.0 to 3.3.1 (#215)
build(deps-dev): bump qunit from 2.21.1 to 2.22.0 (#217)
build(deps-dev): bump eslint-plugin-ember from 11.12.0 to 12.2.0 (#218)
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (#219)
build(deps): bump webpack from 5.93.0 to 5.94.0 (#220)
build(deps-dev): bump qunit-dom from 3.1.2 to 3.2.0 (#221)
build(deps-dev): bump ember-qunit from 8.0.2 to 8.1.0 (#222)
build(deps-dev): bump @babel/eslint-parser from 7.24.5 to 7.25.1 (#223)
build(deps-dev): bump concurrently from 8.2.2 to 9.0.1 (#224)
build(deps): bump express from 4.19.2 to 4.21.0 (#225)
build(deps-dev): bump ember-source from 5.10.2 to 5.11.0 (#226)
build(deps-dev): bump ember-resolver from 11.0.1 to 13.0.1 (#227)

Release v3.0.0

25 May 14:40
8355eb0
Compare
Choose a tag to compare

Changelog: v2.0.0...v3.0.0

Breaking changes

Drop node 12 support (#80)

This addon relies on dependencies that are no longer compatible with node 12.

Upgrade ember-auto-import from 1.12.0 to 2.6.3 (#28, #108)

It is breaking because projects consuming this addon will also have to update to ember-auto-import

Upgrade to Ember 4.10 (#103)

Requirements bumped to Ember.js/CLI version 3.28 or above.

Chore

Update metadata and workflows (0647a8c)

CI

CI - New workflow to auto-update list of contributors (#23)

Auto-update list of contributors (#24)

Build

Whitelist files to include when publishing (#25)

Dependencies

build(deps-dev): bump qunit-dom from 1.6.0 to 2.0.0 (#21)
build(deps-dev): bump eslint-plugin-ember from 10.5.5 to 10.5.7 (#22)
build(deps-dev): bump eslint-plugin-qunit from 6.2.0 to 7.0.0 (#26)
build(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.0.0 (#4)
build(deps-dev): bump ember-try from 1.4.0 to 2.0.0 (#27)
build(deps): bump ember-auto-import from 1.12.0 to 2.2.4 (#28)
build(deps-dev): bump eslint-plugin-ember from 10.5.7 to 10.5.8 (#30)
build(deps): bump ember-cli-htmlbars from 5.7.1 to 6.0.1 (#31)
build(deps-dev): bump @ember/test-helpers from 2.5.0 to 2.6.0 (#29)
build(deps): bump humanize-duration from 3.27.0 to 3.27.1 (#32)
build(deps-dev): bump @embroider/test-setup from 0.47.1 to 0.48.1 (#34)
build(deps-dev): bump prettier from 2.4.1 to 2.5.1 (#33)
build(deps-dev): bump ember-page-title from 6.2.2 to 7.0.0 (#35)
build(deps): bump follow-redirects from 1.14.4 to 1.14.8 (#42)
build(deps): bump node-fetch from 2.6.5 to 2.6.7 (#43)
build(deps): bump engine.io from 5.2.0 to 5.2.1 (#44)
build(deps-dev): bump @ember/test-helpers from 2.6.0 to 2.7.0 (#46)
build(deps): bump nanoid from 3.1.30 to 3.3.4 (#49)
build(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.5.0 (#50)
build(deps-dev): bump ember-page-title from 6.2.2 to 7.0.0 (#51)
build(deps-dev): bump eslint from 7.32.0 to 8.16.0 (#52)
build(deps): bump terser from 4.8.0 to 4.8.1 (#53)
build(deps): bump shell-quote from 1.7.2 to 1.7.3 (#54)
Build/ bump webpack & ember-auto-import (#56)
build(deps-dev): bump @glimmer/component from 1.0.4 to 1.1.2 (#57)
build(deps-dev): bump @ember/test-helpers from 2.7.0 to 2.8.1 (#58)
build(deps): bump ember-cli-htmlbars from 6.0.1 to 6.1.0 (#61)
build(deps-dev): bump ember-cli-dependency-checker from 3.2.0 to 3.3.1 (#62)
build(deps-dev): bump eslint-plugin-qunit from 7.0.0 to 7.3.1 (#65)
build(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (#66)
build(deps-dev): bump @babel/core from 7.18.10 to 7.19.0 (#69)
build(deps-dev): bump prettier from 2.5.1 to 2.7.1 (#70)
build(deps-dev): bump @embroider/test-setup from 0.48.1 to 1.8.3 (#73)
build(deps-dev): bump eslint-plugin-n from 15.2.1 to 15.2.5 (#74)
build(deps): bump mout from 1.2.3 to 1.2.4 (#78)
Upgrade eslint-plugin-ember to v11 (#80)
build(deps): bump humanize-duration from 3.27.1 to 3.27.3 (#81)
build(deps-dev): bump @glimmer/tracking from 1.0.4 to 1.1.2 (#84)
build(deps): bump loader-utils from 1.4.0 to 1.4.1 (#89)
build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#90)
build(deps): bump loader-utils from 1.4.1 to 1.4.2 (#94)
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#96)
build(deps): bump express from 4.17.1 to 4.18.2 (#98)
build(deps-dev): bump qunit from 2.17.2 to 2.19.4 (#101)
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#102)
Upgrade Ember.js from v3.28.3 to v4.10.0 (#103)
build(deps): bump minimist from 0.2.1 to 0.2.4 (#104)
build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.9 (#105)
build(deps-dev): bump webpack from 5.74.0 to 5.76.0 (#106)
build(deps): bump ember-auto-import from 2.4.2 to 2.6.3 (#108)
build(deps): bump webpack from 5.75.0 to 5.76.0 (#109)
build(deps): bump humanize-duration from 3.27.3 to 3.28.0 (#110)
build(deps-dev): bump eslint-plugin-ember from 11.4.6 to 11.5.2 (#111)
build(deps-dev): bump ember-source from 4.10.0 to 4.12.0 (#112)
build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 (#113)
build(deps-dev): bump eslint from 8.16.0 to 8.40.0 (#114)
build(deps): bump webpack from 5.76.0 to 5.82.1 (#115)
build(deps-dev): bump ember-template-lint from 5.5.1 to 5.7.3 (#117)

Release v2.0.0

04 Nov 15:25
9e7a2d6
Compare
Choose a tag to compare

Changelog: v1.0.0...v2.0.0

Breaking changes

Upgrade to ember 3.28 (#10)

Drop support for Node.js version 10.
Drop support for Ember versions below v3.20

Build

Bump ember-maybe-import-regenerator from 0.1.6 to 1.0.0 (#16)

Bump ember-source from 3.28.1 to 3.28.4 (#17)

Update ember-cli to version 3.28.3 (#13)

Update @embroider/test-setup to v0.47.1 (#13)

Chores

Provide repository metadata (#14)

Refine information in package.json (#18)

Reuse organisation's workflow to run lint & tests (#13)

This change also activates the tests for Embroider, where a specific configuration had to be found
in order to make these tests pass. See the commits stack.

Reuse organisation's workflow to run tag & publish (#13)

Add contributors to README (#20)

Documentation

Improve wording (#9)