Skip to content

Latest commit

 

History

History
480 lines (287 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

480 lines (287 loc) · 17.9 KB

Changelog

1.3.1 (2024-06-07)

Internal

Committers: 1

1.3.0 (2024-04-26)

Bug Fix

  • #83 Removed hardcoded package manager names (@ijlee2)
  • #81 Removed hardcoded locations for test-app (@ijlee2)

Enhancement

  • #82 Allowed codemod to set linters for the v2 addon (@ijlee2)

Internal

Committers: 1

1.2.4 (2024-03-18)

Enhancement

Internal

Committers: 1

1.2.3 (2024-02-21)

Internal

Committers: 1

1.2.2 (2024-01-05)

Enhancement

Internal

Committers: 1

1.2.1 (2023-12-26)

Bug Fix

  • #74 Added blueprints to package.json's files (@ijlee2)

Enhancement

  • #73 Allowed the analyze-addon step to define ember-addon.public-assets (@ijlee2)

Committers: 1

1.2.0 (2023-12-20)

Enhancement

  • #71 Downstreamed changes from @embroider/addon-blueprint@2.11.0 (@ijlee2)

Internal

  • #72 Update CI and lint-related packages (@ijlee2)

Committers: 1

1.1.1 (2023-12-18)

Internal

Committers: 1

1.1.0 (2023-11-07)

Enhancement

  • #68 Downstreamed changes from @embroider/addon-blueprint@2.7.0 (@ijlee2)

Internal

Documentation

Committers: 1

1.0.1 (2023-10-31)

Internal

Committers: 1

1.0.0 (2023-09-14)

Breaking Change

  • #65 Dropped Node 16 support and marked stable (@ijlee2)

Enhancement

Internal

  • #65 Dropped Node 16 support and marked stable (@ijlee2)

Committers: 1

0.11.0 (2023-09-02)

Enhancement

Internal

Committers: 1

0.10.0 (2023-08-12)

Breaking Change

  • #62 Updated blueprints to match @embroider/addon-blueprint@2.2.0 (@ijlee2)

Bug Fix

  • #61 Configured allowImportingTsExtensions in the addon's tsconfig.json (@ijlee2)

Enhancement

  • #62 Updated blueprints to match @embroider/addon-blueprint@2.2.0 (@ijlee2)
  • #60 Simplified folder structure (@ijlee2)

Internal

Committers: 1

0.9.1 (2023-07-17)

Bug Fix

  • #57 Downstreamed bug fix from @embroider/addon-blueprint#155 (@ijlee2)

Internal

Committers: 1

0.9.0 (2023-07-14)

Enhancement

  • #56 Replaced @babel/plugin-proposal-class-properties with @babel/plugin-transform-class-properties (@ijlee2)

Internal

Committers: 1

0.8.0 (2023-07-06)

Enhancement

Committers: 1

0.7.4 (2023-07-04)

Enhancement

Internal

Committers: 1

0.7.3 (2023-06-21)

Enhancement

  • #46 Renamed method and updated development dependencies (@ijlee2)

Internal

  • #47 Updated dependencies (@ijlee2)
  • #46 Renamed method and updated development dependencies (@ijlee2)

Committers: 1

0.7.2 (2023-06-13)

Bug Fix

  • #44 Wrote a shell script to simplify the build and test scripts (@ijlee2)

Enhancement

Committers: 1

0.7.1 (2023-06-12)

Bug Fix

Committers: 1

0.7.0 (2023-06-12)

Enhancement

Internal

Committers: 1

0.6.3 (2023-06-10)

Internal

Committers: 1

0.6.2 (2023-06-10)

Enhancement

  • #37 Replace assert.deepEqual with assert.deepStrictEqual (@ijlee2)

Internal

Committers: 1

0.6.1 (2023-05-31)

Bug Fix

  • #35 Revert "Set decoratorsBeforeExport to true" (@ijlee2)

Enhancement

  • #36 Addressed syntax deprecation from @babel/plugin-proposal-decorators (@ijlee2)
  • #34 Set decoratorsBeforeExport to true (@ijlee2)
  • #33 Updated latestVersions (@ijlee2)

Committers: 1

0.6.0 (2023-05-23)

Enhancement

  • #32 Set allowDeclareFields for TS projects to true by default (@ijlee2)

Committers: 1

0.5.2 (2023-05-17)

Enhancement

Internal

Committers: 1

0.5.1 (2023-05-03)

Bug Fix

  • #29 Downstreamed changes from @embroider/addon-blueprint#113. Added CONTRIBUTING.md. (@ijlee2)

Internal

  • #29 Downstreamed changes from @embroider/addon-blueprint#113. Added CONTRIBUTING.md. (@ijlee2)

Committers: 1

0.5.0 (2023-04-27)

Enhancement

  • #28 Updated blueprints for workspace root (@ijlee2)

Internal

Committers: 1

0.4.1 (2023-03-10)

Bug Fix

Internal

  • #24 Wrapped globSync and extracted blueprintRoot (@ijlee2)

Committers: 1

0.4.0 (2023-03-06)

Bug Fix

  • #22 Downstreamed changes from @embroider/addon-blueprint (@ijlee2)
  • #21 Move packages from dependencies to devDependencies only when the package exists (@ijlee2)

Enhancement

Internal

Committers: 1

0.3.2 (2023-02-10)

Bug Fix

  • #17 Documented the case of a scoped package (@ijlee2)

Internal

  • #18 Installed eslint-plugin-n and eslint-plugin-import. Updated prettier. (@ijlee2)

Committers: 1

0.3.1 (2023-01-31)

Bug Fix

  • #16 Listed the default condition as the last (@ijlee2)

Committers: 1

0.3.0 (2023-01-31)

Bug Fix

  • #14 Downstreamed changes from @embroider/addon-blueprint (@ijlee2)

Enhancement

  • #15 Updated latestVersions and refactored code (@ijlee2)
  • #14 Downstreamed changes from @embroider/addon-blueprint (@ijlee2)

Internal

Documentation

Committers: 1

0.2.0 (2023-01-27)

Enhancement

  • #11 Added files from addon-test-support to addon.publicEntrypoints() (@ijlee2)

Committers: 1

0.1.5 (2023-01-23)

Bug Fix

  • #10 Reorganized utilities and handled multiline comments in JSON (@ijlee2)

Documentation

  • #10 Reorganized utilities and handled multiline comments in JSON (@ijlee2)
  • #9 Renamed the two types of options (@ijlee2)
  • #8 Reorganized helpers for test fixtures (@ijlee2)

Committers: 1

0.1.4 (2023-01-19)

Bug Fix

  • #6 Added tests and refactored code (Part 4) (@ijlee2)
  • #5 Added tests and refactored code (Part 3) (@ijlee2)

Internal

  • #7 Updated eslint-plugin-simple-import-sort to v9.0.0 (@ijlee2)

Documentation

  • #6 Added tests and refactored code (Part 4) (@ijlee2)
  • #5 Added tests and refactored code (Part 3) (@ijlee2)

0.1.3 (2023-01-18)

Documentation

  • #4 Added tests and refactored code (Part 2) (@ijlee2)
  • #3 Added tests and refactored code (Part 1) (@ijlee2)

Committers: 1

0.1.2 (2023-01-16)

Bug Fix

  • #2 Accounted for the location of the installed package (@ijlee2)

Committers: 1

0.1.1 (2023-01-16)

Bug Fix

  • #1 Ensured that .gitignore is added to the workspace root (@ijlee2)

Committers: 1

0.1.0 (2023-01-16)

Initial release

Committers: 1