|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.1.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Adding GitHub release workflow ([#83](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/83)) |
| 8 | + |
3 | 9 | ## 2.1.1
|
4 | 10 |
|
5 |
| -* Avoid replacements for variable bindings via [#82](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/82). |
| 11 | +- Avoid replacements for variable bindings via [#82](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/82). |
6 | 12 |
|
7 | 13 | ## 2.1.0
|
8 | 14 |
|
9 |
| -* Add memoization to `getSortedObjectPaths` utility for better performance under certain circumstances. |
| 15 | +- Add memoization to `getSortedObjectPaths` utility for better performance under certain circumstances. |
10 | 16 |
|
11 | 17 | ## 2.0.1
|
12 | 18 |
|
13 |
| -* *Bug*: Support ES module identifiers [#69](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/69), [#70](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/70) (*[@jdlm-stripe][]*) |
| 19 | +- _Bug_: Support ES module identifiers [#69](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/69), [#70](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/70) (_[@jdlm-stripe][]_) |
14 | 20 |
|
15 | 21 | ## 2.0.0 (2019-10-23)
|
16 | 22 |
|
17 | 23 | #### Breaking Changes
|
18 | 24 |
|
19 |
| -* Change plugin options to **only** be a real JS object. Removes string configuration path option as now this is all possible with dynamic `.babelrc.js` or `babel.config.js` files. |
20 |
| -* Update to `@babel/core` / Babel 7+. |
21 |
| -* Update `package.json:engines` to minimum Node 8. |
| 25 | +- Change plugin options to **only** be a real JS object. Removes string configuration path option as now this is all possible with dynamic `.babelrc.js` or `babel.config.js` files. |
| 26 | +- Update to `@babel/core` / Babel 7+. |
| 27 | +- Update `package.json:engines` to minimum Node 8. |
22 | 28 |
|
23 | 29 | #### Internal
|
24 | 30 |
|
25 |
| -* Lint all `test` code. |
| 31 | +- Lint all `test` code. |
26 | 32 |
|
27 | 33 | ## 1.3.2 (2019-10-22)
|
28 | 34 |
|
29 |
| -* Various infrastructure updates [#54](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/54) |
30 |
| - * Add `CONTRIBUTING.md`, `yarn.lock`, `.npmignore`, update `.gitignore`. |
31 |
| - * Switch to `yarn` for workflows and `npm version` for release workflow. |
32 |
| -* *Bug*: Fix sort comparator [#48](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/48) |
33 |
| -* Add test for CallExpression identifiers [#35](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/35) |
34 |
| -* Fixed Markdown headings [#42](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/42) |
| 35 | +- Various infrastructure updates [#54](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/54) |
| 36 | + - Add `CONTRIBUTING.md`, `yarn.lock`, `.npmignore`, update `.gitignore`. |
| 37 | + - Switch to `yarn` for workflows and `npm version` for release workflow. |
| 38 | +- _Bug_: Fix sort comparator [#48](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/48) |
| 39 | +- Add test for CallExpression identifiers [#35](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/35) |
| 40 | +- Fixed Markdown headings [#42](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/42) |
35 | 41 |
|
36 | 42 | ## 1.3.1 (2019-01-01)
|
37 | 43 |
|
38 |
| -* Update lodash to fix vulnerabilities |
| 44 | +- Update lodash to fix vulnerabilities |
39 | 45 |
|
40 | 46 | ## 1.3.0 (2017-05-15)
|
41 | 47 |
|
42 | 48 | #### User Facing Changes
|
43 | 49 |
|
44 |
| -* Support falsy replacement values [https://github.com/FormidableLabs/babel-plugin-transform-define/pull/33] |
| 50 | +- Support falsy replacement values [https://github.com/FormidableLabs/babel-plugin-transform-define/pull/33] |
45 | 51 |
|
46 | 52 | #### Internal
|
47 | 53 |
|
48 |
| -* Update eslint config and packages |
49 |
| -* Update lodash version |
| 54 | +- Update eslint config and packages |
| 55 | +- Update lodash version |
50 | 56 |
|
51 | 57 | ## 1.2.0 (2016-08-25)
|
52 | 58 |
|
53 | 59 | #### User Facing Changes
|
54 | 60 |
|
55 |
| -* Add the ability define config as a deep object |
56 |
| -* Add a Code of Conduct |
| 61 | +- Add the ability define config as a deep object |
| 62 | +- Add a Code of Conduct |
57 | 63 |
|
58 | 64 | #### Internal
|
59 | 65 |
|
60 |
| -* Remove release scripts |
61 |
| -* Rename `./modules` to `./src` |
62 |
| -* Add keywords and contributors to `package.json` |
63 |
| -* Remove author from `package.json` in favor of contributors |
64 |
| -* Expand test coverage |
| 66 | +- Remove release scripts |
| 67 | +- Rename `./modules` to `./src` |
| 68 | +- Add keywords and contributors to `package.json` |
| 69 | +- Remove author from `package.json` in favor of contributors |
| 70 | +- Expand test coverage |
65 | 71 |
|
66 | 72 | ## 1.1.0 (2016-08-19)
|
67 | 73 |
|
68 | 74 | #### User Facing Changes
|
69 | 75 |
|
70 |
| -* Add the ability to get config from a file |
71 |
| -* Add support for Identifiers |
72 |
| -* Major improvements to the README.md |
| 76 | +- Add the ability to get config from a file |
| 77 | +- Add support for Identifiers |
| 78 | +- Major improvements to the README.md |
73 | 79 |
|
74 | 80 | #### Internal
|
75 | 81 |
|
76 |
| -* Add tests |
77 |
| -* Add lint |
78 |
| -* Add JSDoc |
79 |
| -* Add CI |
80 |
| -* Add explicit LICENSE file |
81 |
| -* Move dependencies into devDependencies |
82 |
| -* Major refactors to DRY the code |
| 82 | +- Add tests |
| 83 | +- Add lint |
| 84 | +- Add JSDoc |
| 85 | +- Add CI |
| 86 | +- Add explicit LICENSE file |
| 87 | +- Move dependencies into devDependencies |
| 88 | +- Major refactors to DRY the code |
83 | 89 |
|
84 | 90 | ## 1.0.0 (2016-03-21)
|
85 | 91 |
|
86 | 92 | #### User Facing Changes
|
87 | 93 |
|
88 |
| -* Update README.md to reference Webpack's Define Plugin |
| 94 | +- Update README.md to reference Webpack's Define Plugin |
89 | 95 |
|
90 | 96 | ## 1.0.0 (2016-03-21)
|
91 | 97 |
|
|
0 commit comments