Skip to content

Commit 5c44719

Browse files
Version Packages
1 parent 82b45bb commit 5c44719

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

.changeset/good-mice-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 58 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,172 +1,177 @@
11
Changes
2-
=======
2+
3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- # Adding GitHub release workflow ([#355](https://github.com/FormidableLabs/serverless-jetpack/pull/355))
38

49
## 0.11.1
510

6-
* Chore: Add plugin options types for serverless v3.
11+
- Chore: Add plugin options types for serverless v3.
712
[#206](https://github.com/FormidableLabs/trace-pkg/issues/206)
8-
(*[XuluWarrior][]*)
13+
(_[XuluWarrior][]_)
914

1015
## 0.11.0
1116

12-
* Feature: Add full support for modern Node.js ESM and `exports`.
13-
* Deps: Upgrade more various dependencies.
14-
* Deps: Update various production and development dependencies.
17+
- Feature: Add full support for modern Node.js ESM and `exports`.
18+
- Deps: Upgrade more various dependencies.
19+
- Deps: Update various production and development dependencies.
1520
[#254](https://github.com/FormidableLabs/serverless-jetpack/pull/254)
1621

1722
## 0.10.9
1823

19-
* Bug: Handle special characters in filenames like `[...id].js` during tracing.
20-
* Deps: Upgrade `globby` to `v11`.
24+
- Bug: Handle special characters in filenames like `[...id].js` during tracing.
25+
- Deps: Upgrade `globby` to `v11`.
2126

2227
## 0.10.8
2328

24-
* Feature: Support application source paths as keys in `jetpack.trace.allowMissing`.
29+
- Feature: Support application source paths as keys in `jetpack.trace.allowMissing`.
2530

2631
## 0.10.7
2732

28-
* Internal: Refactor inefficient JavaScript object usage in `reduce()`.
33+
- Internal: Refactor inefficient JavaScript object usage in `reduce()`.
2934
[#121](https://github.com/FormidableLabs/serverless-jetpack/pull/121)
3035
[#123](https://github.com/FormidableLabs/serverless-jetpack/pull/123)
31-
(*[@gabmontes][]*)
36+
(_[@gabmontes][]_)
3237

3338
## 0.10.6
3439

35-
* Bug: Fix process hang on errors when using `concurrency: 2+` by properly ending worker.
40+
- Bug: Fix process hang on errors when using `concurrency: 2+` by properly ending worker.
3641

3742
## 0.10.5
3843

39-
* Feature: Add `jetpack.trace.dynamic.bail` option.
40-
* Feature: Add `jetpack.trace.dynamic.resolutions` option.
41-
* Internal: Minor refactor of patterns passed for trace includes to globbing handlers. Also standardize options passed to `globby()` across different functions.
42-
* Internal: Enhance and refactor trace miss logging as well as the `--report` format for trace misses to collapse packages.
44+
- Feature: Add `jetpack.trace.dynamic.bail` option.
45+
- Feature: Add `jetpack.trace.dynamic.resolutions` option.
46+
- Internal: Minor refactor of patterns passed for trace includes to globbing handlers. Also standardize options passed to `globby()` across different functions.
47+
- Internal: Enhance and refactor trace miss logging as well as the `--report` format for trace misses to collapse packages.
4348

4449
## 0.10.4
4550

46-
* Misc: Add better collapsed packages log information.
51+
- Misc: Add better collapsed packages log information.
4752

4853
## 0.10.3
4954

50-
* Feature: Add log warnings and `--report` information for missed dynamic imports in tracing mode.
51-
* Bug: Fix `--report` on collapsed sources and dependencies.
55+
- Feature: Add log warnings and `--report` information for missed dynamic imports in tracing mode.
56+
- Bug: Fix `--report` on collapsed sources and dependencies.
5257

5358
## 0.10.2
5459

55-
* Feature: Detect and issue warnings for collapsed files in package. Add `jetpack.collapsed.bail` option to kill serverless on detected conflicts.
60+
- Feature: Detect and issue warnings for collapsed files in package. Add `jetpack.collapsed.bail` option to kill serverless on detected conflicts.
5661
[#109](https://github.com/FormidableLabs/serverless-jetpack/pull/109)
5762

5863
## 0.10.1
5964

60-
* Add `jetpack.trace.allowMissing` configuration option.
65+
- Add `jetpack.trace.allowMissing` configuration option.
6166

6267
## 0.10.0
6368

64-
* Add dependency tracing feature and `jetpack.trace` configuration options.
65-
* Test: Change `test/packages/webpack` into a comparison scenario for trace mode rather than testing that it doesn't conflict with Jetpack.
69+
- Add dependency tracing feature and `jetpack.trace` configuration options.
70+
- Test: Change `test/packages/webpack` into a comparison scenario for trace mode rather than testing that it doesn't conflict with Jetpack.
6671

6772
## 0.9.0
6873

69-
* Bug: Only package Node.js `runtime` service + functions.
74+
- Bug: Only package Node.js `runtime` service + functions.
7075
[#89](https://github.com/FormidableLabs/serverless-jetpack/pull/89)
71-
* Infra: Add CircleCI.
76+
- Infra: Add CircleCI.
7277

7378
## 0.8.1
7479

75-
* Upgrade production dependencies (`jest-worker`, and other minor/patches).
80+
- Upgrade production dependencies (`jest-worker`, and other minor/patches).
7681
[#80](https://github.com/FormidableLabs/serverless-jetpack/pull/80)
7782

7883
## 0.8.0
7984

80-
* Feature: Make builds deterministic like `serverless` to avoid unneeded re-deploys.
85+
- Feature: Make builds deterministic like `serverless` to avoid unneeded re-deploys.
8186
[#7](https://github.com/FormidableLabs/serverless-jetpack/pull/7)
8287

8388
## 0.7.0
8489

85-
* BUG: Hack a fix to generate wrapper files like `ServerlessEnterprisePlugin` does.
90+
- BUG: Hack a fix to generate wrapper files like `ServerlessEnterprisePlugin` does.
8691
[#67](https://github.com/FormidableLabs/serverless-jetpack/pull/67)
87-
* Infra: Add node13 to Travis CI matrix. Bump Appveyor to node10.
88-
* Deps: Update to `serverless@^1.57.0` in all scenarios. Refactor local path plugins to use new syntax.
92+
- Infra: Add node13 to Travis CI matrix. Bump Appveyor to node10.
93+
- Deps: Update to `serverless@^1.57.0` in all scenarios. Refactor local path plugins to use new syntax.
8994

9095
## 0.6.0
9196

92-
* README: Fix incorrect language about `foo` vs `foo/**`. See [`fast-glob` notes](https://github.com/mrmlnc/fast-glob#how-to-exclude-directory-from-reading).
93-
* Add custom option `preInclude` for better monorepo/workspaces support.
94-
* Add `jetpack package --report` option for patterns and files report.
95-
* Refactor internal pattern matching in `nanomatch()` phase.
97+
- README: Fix incorrect language about `foo` vs `foo/**`. See [`fast-glob` notes](https://github.com/mrmlnc/fast-glob#how-to-exclude-directory-from-reading).
98+
- Add custom option `preInclude` for better monorepo/workspaces support.
99+
- Add `jetpack package --report` option for patterns and files report.
100+
- Refactor internal pattern matching in `nanomatch()` phase.
96101

97102
## 0.5.0
98103

99-
* Add support for Lambda Layers packaging in Jetpack.
104+
- Add support for Lambda Layers packaging in Jetpack.
100105
[#42](https://github.com/FormidableLabs/serverless-jetpack/pull/42)
101-
* BUG: Properly exclude layers sources from normal function packages.
106+
- BUG: Properly exclude layers sources from normal function packages.
102107

103108
## 0.4.1
104109

105-
* BUG: Publish missing `util` directory.
110+
- BUG: Publish missing `util` directory.
106111

107112
## 0.4.0
108113

109-
* Add `concurrency` configuration option to run packaging off main thread and in parallel.
114+
- Add `concurrency` configuration option to run packaging off main thread and in parallel.
110115
[#33](https://github.com/FormidableLabs/serverless-jetpack/pull/33)
111116
[#34](https://github.com/FormidableLabs/serverless-jetpack/pull/34)
112117

113118
## 0.3.3
114119

115-
* Add CLI options for `serverless jetpack package`.
120+
- Add CLI options for `serverless jetpack package`.
116121
[#35](https://github.com/FormidableLabs/serverless-jetpack/pull/35)
117-
* BUG: Don't package service if `serverless deploy -f {NAME}` is specified.
122+
- BUG: Don't package service if `serverless deploy -f {NAME}` is specified.
118123

119124
## 0.3.2
120125

121-
* Add support for `deploy -f {NAME}` to (1) hook in `jetpack` to overtake built-in packaging and (2) limit builds to just the function if `individually` or just the service if not.
126+
- Add support for `deploy -f {NAME}` to (1) hook in `jetpack` to overtake built-in packaging and (2) limit builds to just the function if `individually` or just the service if not.
122127

123128
## 0.3.1
124129

125-
* Remove unnecessary `commands` in constructor as we have no actual CLI yet.
130+
- Remove unnecessary `commands` in constructor as we have no actual CLI yet.
126131

127132
## 0.3.0
128133

129134
**API**
130135

131-
* Add custom options `base` and `roots` for better monorepo/workspaces support.
136+
- Add custom options `base` and `roots` for better monorepo/workspaces support.
132137
[#26](https://github.com/FormidableLabs/serverless-jetpack/pull/26)
133138

134139
**Behavior**
135140

136-
* Process functions in serial to reduce system resource contention and typically make overall process faster.
137-
* Add automatic exclusion of `devDependencies` in traversed directories outside of the root.
141+
- Process functions in serial to reduce system resource contention and typically make overall process faster.
142+
- Add automatic exclusion of `devDependencies` in traversed directories outside of the root.
138143

139144
**Test**
140145

141-
* Add `monorepo` test scenario.
146+
- Add `monorepo` test scenario.
142147

143148
## 0.2.1
144149

145-
* Add a `mkdir -p` equivalent of the directory containing the output bundle same as `serverless` built-in packaging behavior.
150+
- Add a `mkdir -p` equivalent of the directory containing the output bundle same as `serverless` built-in packaging behavior.
146151
[#30](https://github.com/FormidableLabs/serverless-jetpack/pull/30)
147152
[#31](https://github.com/FormidableLabs/serverless-jetpack/pull/31)
148153

149154
## 0.2.0
150155

151156
**BREAKING**
152157

153-
* Replace strategy of `yarn|npm install --production` in a temporary directory with better, faster production dependency inference via `inspectdep`.
154-
* Change the API to take no `custom` options.
158+
- Replace strategy of `yarn|npm install --production` in a temporary directory with better, faster production dependency inference via `inspectdep`.
159+
- Change the API to take no `custom` options.
155160

156161
## 0.1.2
157162

158-
* Add better exec support for yarn|npm on windows.
163+
- Add better exec support for yarn|npm on windows.
159164
[#27](https://github.com/FormidableLabs/serverless-jetpack/pull/27)
160-
* Add `--no-progress` flag to `npm|yarn` installs.
165+
- Add `--no-progress` flag to `npm|yarn` installs.
161166
[#25](https://github.com/FormidableLabs/serverless-jetpack/issues/25)
162167

163168
## 0.1.1
164169

165-
* Add debug log message if no service or function `package` configurations apply.
170+
- Add debug log message if no service or function `package` configurations apply.
166171

167172
## 0.1.0
168173

169-
* Initial release.
174+
- Initial release.
170175

171176
[@gabmontes]: https://github.com/gabmontes
172177
[@XuluWarrior]: https://github.com/XuluWarrior

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-jetpack",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "A faster JavaScript packager for Serverless applications.",
55
"main": "index.js",
66
"repository": "https://github.com/FormidableLabs/serverless-jetpack",

0 commit comments

Comments
 (0)