Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

71 lines (45 loc) · 3.52 KB

Changelog

v0.6.0 (2023-03-08)

🚀 Enhancement

  • #153 Pass adapterOptions to buildURL for adapterAction (@mrloop)

Committers: 1

v0.5.0 (2023-02-28)

🐛 Bug Fix

  • #151 Allow buildURL() overrides to return query parameters (@Turbo87)

v0.4.1 (2023-01-31)

🚀 Enhancement

Committers: 1

v0.4.0 (2022-11-11)

🚀 Enhancement

  • #37 Implement experimental adapterAction() function (@Turbo87)

v0.3.0 (2022-11-07)

🚀 Enhancement

  • #31 Pass record snapshots to buildURL() method (@Turbo87)

🏠 Internal

  • #32 ember-try: Replace ember-source with ember-data scenarios (@Turbo87)

v0.2.0 (2022-11-02)

🚀 Enhancement

v0.1.2 (2022-10-28)

📝 Documentation

v0.1.1 (2022-10-28)

🏠 Internal

  • #19 npmignore: Add more unnecessary files (@Turbo87)
  • #18 ember-cli-htmlbars: Move to devDependencies (@Turbo87)
  • #16 Add missing access: public publish config (@Turbo87)
  • #17 ESLint: Declare release-it config as CommonJS file (@Turbo87)

v0.1.0 (2022-10-28)

🚀 Enhancement

  • #14 Import customAction() function from crates.io (@Turbo87)

🏠 Internal