Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Mar 15, 2023
1 parent e412633 commit bcccc36
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,44 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a




## v1.0.0 (2023-03-15)

#### :boom: Breaking Change
* [#527](https://github.com/tracked-tools/ember-async-data/pull/527) Drop TypeScript support for <= 4.7 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#575](https://github.com/tracked-tools/ember-async-data/pull/575) Add hard error and deprecations for 1.0 ([@chriskrycho](https://github.com/chriskrycho))
* [#473](https://github.com/tracked-tools/ember-async-data/pull/473) Use the types published from Ember itself ([@chriskrycho](https://github.com/chriskrycho))

#### :rocket: Enhancement
* [#575](https://github.com/tracked-tools/ember-async-data/pull/575) Add hard error and deprecations for 1.0 ([@chriskrycho](https://github.com/chriskrycho))
* [#473](https://github.com/tracked-tools/ember-async-data/pull/473) Use the types published from Ember itself ([@chriskrycho](https://github.com/chriskrycho))

#### :memo: Documentation
* [#546](https://github.com/tracked-tools/ember-async-data/pull/546) Fix wrong Readme example ([@simonihmig](https://github.com/simonihmig))
* [#545](https://github.com/tracked-tools/ember-async-data/pull/545) Fix reference to non-existing `TrackedPromise` in Readme ([@simonihmig](https://github.com/simonihmig))
* [#528](https://github.com/tracked-tools/ember-async-data/pull/528) Fix typo in docs ([@SergeAstapov](https://github.com/SergeAstapov))
* [#508](https://github.com/tracked-tools/ember-async-data/pull/508) Replace /endif with /if ([@kennstenicht](https://github.com/kennstenicht))
* [#456](https://github.com/tracked-tools/ember-async-data/pull/456) Update links in README.md after migration to tracked-tools org ([@SergeAstapov](https://github.com/SergeAstapov))
* [#404](https://github.com/tracked-tools/ember-async-data/pull/404) Add Glint usage docs ([@SergeAstapov](https://github.com/SergeAstapov))
* [#407](https://github.com/tracked-tools/ember-async-data/pull/407) Add note about TypeScript 4.9 support ([@SergeAstapov](https://github.com/SergeAstapov))
* [#406](https://github.com/tracked-tools/ember-async-data/pull/406) Minor tweaks in README.md ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#576](https://github.com/tracked-tools/ember-async-data/pull/576) Use `16 || >= 18` in test app engines ([@chriskrycho](https://github.com/chriskrycho))
* [#572](https://github.com/tracked-tools/ember-async-data/pull/572) [BREAKING] Drop support for non-active versions of Node ([@nlfurniss](https://github.com/nlfurniss))
* [#547](https://github.com/tracked-tools/ember-async-data/pull/547) Disable publish-unstable workflow ([@SergeAstapov](https://github.com/SergeAstapov))
* [#474](https://github.com/tracked-tools/ember-async-data/pull/474) Skip publish-unstable for dependabot PRs ([@SergeAstapov](https://github.com/SergeAstapov))
* [#401](https://github.com/tracked-tools/ember-async-data/pull/401) add publish-unstable workflow ([@SergeAstapov](https://github.com/SergeAstapov))
* [#397](https://github.com/tracked-tools/ember-async-data/pull/397) update v2 addon setup ([@SergeAstapov](https://github.com/SergeAstapov))
* [#396](https://github.com/tracked-tools/ember-async-data/pull/396) Remove eslint-plugin-qunit from addon .eslintrc.js ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 5
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v0.7.0 (2022-11-10)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-async-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-async-data",
"version": "0.7.0",
"version": "1.0.0",
"description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-async-data",
"version": "0.7.0",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/chriskrycho/ember-async-data",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "Test app for ember-async-data addon",
"repository": "https://github.com/chriskrycho/ember-async-data",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"broccoli-asset-rev": "^3.0.0",
"ember-async-data": "0.7.0",
"ember-async-data": "1.0.0",
"ember-auto-import": "^2.6.1",
"ember-cli": "~4.11.0",
"ember-cli-babel": "^7.26.11",
Expand Down

0 comments on commit bcccc36

Please sign in to comment.