Skip to content

ember-resources@5.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 17:45
· 777 commits to main since this release
28e882e

Patch Changes

  • #684 bd723d1 Thanks @NullVoxPopuli! - Improve contribution resistance by removing semantic-release/commits and switching to
    Changesets for managing automatic release.

    The release automation and human intervention is just the right mix of both
    to make everything painless for all parties.

    This means:

    • contributors don't need to "adhere to the commit convention" - which was linted for and had no autofix
    • a preview PR will be created so folks can see what all is going in to a release
    • releases can be bundled, meaning not every commit going in to main needs to be releasable
      • this allows for simultaneous batches of breaking changes, and would have prevented some early churn in this package's history
    • and most importantly, changelogs are meant for humans (not machines), and Changeset allows for human-focused changelogs

    I'll be moving all of my addons to Changesets and away from semantic-release.

  • b137837 Thanks @NullVoxPopuli! - TypeScript 4.8 and 4.9 Support added

5.6.0 (2022-11-02)

Features

  • trackedFunction: add a retry method (8244049)

5.5.0 (2022-10-27)

Features

  • cell: add update method to Cell class (b0ce96c)

5.4.0 (2022-09-10)

Features

  • owner is now available to function-based resources (410bbf4)