You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@
3
3
4
4
## v1.0.0 (2024-04-27)
5
5
6
+
#### :boom: Breaking Change
7
+
*[#94](https://github.com/ember-cli/babel-plugin-debug-macros/pull/94) Drop deprecated config format ([@ef4](https://github.com/ef4))
8
+
*[#91](https://github.com/ember-cli/babel-plugin-debug-macros/pull/91) Drop support Node < 16 and babel < 7 ([@ef4](https://github.com/ef4))
9
+
10
+
#### :rocket: Enhancement
11
+
*[#96](https://github.com/ember-cli/babel-plugin-debug-macros/pull/96) Add a mode that converts to @embroider/macros ([@ef4](https://github.com/ef4))
12
+
*[#95](https://github.com/ember-cli/babel-plugin-debug-macros/pull/95) Don't expose typescript's esm/cjs interop from the entrypoint ([@ef4](https://github.com/ef4))
*[#88](https://github.com/ember-cli/babel-plugin-debug-macros/pull/88) Add tests for Ember 3.27+ modules based API. ([@rwjblue](https://github.com/rwjblue))
18
+
19
+
#### Committers: 2
20
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
21
+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
0 commit comments