Releases: tmokmss/deploy-time-build
Releases · tmokmss/deploy-time-build
v0.3.4
0.3.4 (2023-08-04)
Features
- deploy-time build for SOCI indices (#7) (4261cba)
v0.3.3
0.3.3 (2023-08-01)
Bug Fixes
- get an invalid output directory on windows (7589d62), closes #6
v0.3.1
0.3.1 (2023-05-01)
Bug Fixes
- build fails when there are spaces in an input json (019ecb4)
v0.3.0
0.3.0 (2023-05-01)
⚠ BREAKING CHANGES
- the paths where assets are extracted have changed. If you use multiple assets, you may see some errors. Use new
extractPath
property to fix them.
Bug Fixes
v0.2.2
0.2.2 (2023-01-17)
Bug Fixes
- bundled js for custom resource was not included in the npm package (f6f311e)
v0.2.0
0.2.0 (2023-01-17)
NOTE: This version is broken. Use ^0.2.2 instead.
⚠ BREAKING CHANGES
v0.1.7
0.1.7 (2023-01-17)
Bug Fixes
- fail deployment when build commands exit with non-zero status code (10d149b)
v0.1.6
0.1.6 (2022-07-09)
Bug Fixes
- remove temp dir even when an exception is thrown (310a83a)