|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +<a name="2.0.0"></a> |
| 4 | +## 2.0.0 (2017-12-21) |
| 5 | + |
| 6 | +* Adds add |
| 7 | +* Remove some mocks |
| 8 | +* Remove validationschema and ajv dependencies |
| 9 | +* Update Jest & Jest-cli |
| 10 | +* Remove unused dependencies |
| 11 | +* Creator is now init |
| 12 | +* Using env preset ( #197 ) |
| 13 | +* Using yarn ( #203 ) |
| 14 | +* Using peer dep of webpack |
| 15 | +* Transformations is now migrate |
| 16 | +* Init has its own generator |
| 17 | +* Commands are refactored into a HOC and sent to a folder for each command with an helper for scaffolding aliases |
| 18 | +* Using RawList instead of List for better usability ( 541ba62 ) |
| 19 | +* lib/transformations/util is now in lib/utils/ast-utils |
| 20 | +* Each AST module now has an extra argument that specifies action to be done |
| 21 | +* FindPluginsByRoot is now FindRootByName and more generalistic |
| 22 | +* Added ast util function createEmptyCallableFunctionWithArguments |
| 23 | +* #214 |
| 24 | +* #215 ( Committed directly to master ) |
| 25 | +* #217 |
| 26 | +* topScope now checks if the import already is present |
| 27 | +* Updated test errors/issue-5576, remember to sync with webpack/next |
| 28 | +* #218 |
| 29 | +* Migrate now uses prettier ( 972d4cd ) |
| 30 | +* Added transform for mode (e1f512c) |
| 31 | +* Remove recast fork (b416d9c) |
| 32 | +* New Transforms ( 28680c9 ) |
| 33 | +* JSdocs are added (285846a) |
| 34 | +* Adds serve alias ( #204 ) |
| 35 | +* Migrate has new config validation logic ( 5d4430a) |
| 36 | +* webpack serve is added ( 992bfe2 ) |
| 37 | +* webpack --config-register and webpack -r is added (ab94211) |
| 38 | +* Adds webpack make for makefile generation (4f9a4f8) |
| 39 | +* Added appveyor ( c5c9746 ) |
| 40 | +* Remove commit-validate from docs ( #222 ) |
| 41 | +* Added transform resolveLoader (3c90e83) |
| 42 | +* Using v8-compile-cache ( 0564ceb ) |
| 43 | +* Adds webpack-cli bot #224 |
| 44 | + |
3 | 45 | <a name="1.3.2"></a> |
4 | 46 | ## 1.3.2 (2017-05-15) |
5 | 47 |
|
|
0 commit comments