UNPKG

3.38 kBMarkdownView Raw
1## [1.2.0] - 2019-03-20
2
3### Added
4- `check-dependencies` now supports projects using Yarn workspaces.
5- `check-dependencies` now supports Yarn selective dependency resolutions.
6
7## [1.1.0]
8
9### Changed
10- Removed `rootDir` from consideration to compute the cache key in `createCacheKeyFunction`.
11- Added an additional array of values for the cache breaker in `createCacheKeyFunction`.
12
13
14## [1.0.1]
15
16### Fixed
17- Fixed `babel-preset-fbjs` dependency
18
19
20## [1.0.0] - 2018-09-18
21
22### Changed
23- Migrated to Babel 7
24
25
26## [0.8.3] - 2018-04-18
27
28### Changed
29- Dropped use of `gulp-util`
30- Relicensed to MIT
31
32
33## [0.8.2] - 2018-03-27
34- Pulled, mistakenly shipped identical code to v0.8.1
35
36
37## [0.8.1] - 2017-07-25
38
39### Added
40- [jest] New `instrument` flag for `createCacheKeyFunction`
41
42
43## [0.8.0] - 2017-05-31
44
45### Added
46- `fbjs-css-vars` and `setimmediate` are now included in `third-party-module-map.json`.
47
48### Removed
49- [lint] Moved config to new `eslint-config-fbjs` package.
50- `immutable` has been removed from `third-party-module-map.json` (no longer a requirement for anything in `fbjs` - should be added to own library module maps if used).
51
52### Changed
53- Upgraded `cross-spawn` dependency (used in gulp scripts).
54- Upgraded `core-js` dependency (used in jest scripts).
55
56### Fixed
57- [gulp] Fixed issue preventing `check-dependencies` from working with npm 4+.
58- [gulp] Fixed issue where `check-dependencies` would error for extraneous packages.
59
60
61## [0.7.1] - 2016-05-25
62
63### Added
64- `object-assign` and `immutable` are now included in `third-party-module-map.json`.
65
66### Changed
67- Upgraded `cross-spawn` dependency
68
69
70## [0.7.0] - 2016-04-28
71
72### Changed
73- [lint] Upgraded config to match latest internal config. Requires ESLint >= v2.0.0 (may be using newer rules).
74- [babel] `babel/default-options` expects Babel 6 and `babel-preset-fbjs` to be installed.
75
76### Removed
77- [babel] Moved all plugins into new `babel-preset-fbjs` package.
78
79
80## [0.6.0] - 2016-04-04
81
82### Added
83- [babel] Added rewrite-modules plugin for Babel 6
84- [babel] Added dev-expression plugin for Babel 6
85- [babel] Added default-options for Babel 6
86- [gulp] Added strip-provides-module to strip `@providesModule` headers
87- [gulp] Added check-dependencies to ensure installed packages are compatible with package.json specification
88- [node] Added check-lib-requires script to ensure all lib files can be required
89
90### Changed
91- [lint] Moved ESLint config from `eslint/.eslintrc` to `eslint/.eslintrc.js`. requires ESLint >= v1.10.
92- [lint] Base config updated to match internal config
93
94### Fixed
95- [babel] Fixed the rewrite-modules plugin to support more Jest methods
96- [babel] Removed dependency on babel-types
97
98
99## [0.5.0] - 2015-11-11
100- [babel] Add auto-importer plugin for Babel & Babel 6
101- [babel] Add auto-importer plugin to default babel options
102
103
104## [0.4.0] - 2015-11-09
105- [babel] Add inline-requires plugin for Babel 6
106
107
108## [0.3.0] - 2015-10-23
109
110### Changed
111- [lint] `comma-dangle` rule upgraded to warning
112- [jest] Update `createCacheKeyFunction` to make it compatible with Jest v0.6
113
114
115## [0.2.2] - 2015-10-01
116
117### Added
118- [lint] Add several globals used by Relay and others
119- [babel] Added `ua-parser-js` to default module map
120
121
122## [0.2.1] - 2015-09-17
123
124### Changed
125- [jest] Ignore `config` option when creating a cache key
126
127
128## [0.2.0] - 2015-08-31
129
130### Added
131- Initial release as a separate module.