Skip to content

Latest commit

Β 

History

History
216 lines (163 loc) Β· 16.1 KB

CHANGELOG.md

File metadata and controls

216 lines (163 loc) Β· 16.1 KB

v3.3.0 (2023-09-22)

πŸš€ Enhancement

  • #408 Move Array#fill to "write then read" methods so the template correctly updates (@locks)

πŸ“ Documentation

🏠 Internal

  • #409 Update test-app to the latest blueprint (@ef4)

Committers: 4

v3.2.0 (2023-01-30)

πŸš€ Enhancement

πŸ› Bug Fix

  • #397 Fix incorrect mutation-after-consumption assertions for Array push and unshift (@chriskrycho)

🏠 Internal

Committers: 4

v3.1.1 (2023-01-31)

πŸ› Bug Fix

  • #402 Backport: Introduce flag for length access after push/unshift (@chriskrycho)

Committers: 1

v3.1.0 (2022-05-17)

πŸš€ Enhancement

  • #30 Trigger update after calling delete on an object property (@lifeart)

πŸ› Bug Fix

🏠 Internal

Committers: 2

v3.0.0 (2022-05-17)

πŸ’₯ Breaking Change

  • #330 Drop support for Node 12 (@chriskrycho)
  • for supporting Ember v4, now requires ember-auto-import v2

πŸš€ Enhancement

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

  • #305 Additional TrackedArray test to ensure that clearing the array by setting length = 0 is possible. (@ksrb)
  • #321 Directly integrate tracked maps and sets (@chriskrycho)

Committers: 3

v2.0.1 (2021-12-17)

πŸ› Bug Fix

Committers: 1

v2.0.0 (2021-11-11)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ“ Documentation

🏠 Internal

Committers: 3

v1.1.1 (2021-04-23)

πŸ› Bug Fix

  • #42 [Bug]: resolve error in build without browsers in targets.js file (@snewcomer)

🏠 Internal

Committers: 2

v1.1.0 (2021-04-23)

πŸš€ Enhancement

🏠 Internal

Committers: 2

v1.0.2 (2020-04-24)

πŸ› Bug Fix

  • #25 [BUGFIX] Fixes the mandatory setter bug (@pzuraq)

Committers: 1

v1.0.1 (2020-03-25)

πŸ› Bug Fix

  • #22 [BUGFIX] Ensure key operators work for TrackedObject (@pzuraq)
  • #20 Update decorator.ts (@speigg)

Committers: 2

v1.0.0 (2020-03-18)

πŸ’₯ Breaking Change

  • #16 [FEAT] Adds TrackedArray and TrackedObject (@pzuraq)
  • #13 [REFACTOR] Extracts Maps and Sets, updates decorator (@pzuraq)

πŸš€ Enhancement

  • #18 [FEAT] Adds release process and changelog (@pzuraq)
  • #17 [FEAT] Adds error when attempting to use in IE11 (@pzuraq)
  • #15 [REFACTOR] Better decorator types (@pzuraq)

Committers: 1