This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Releases: FredKSchott/pika-pack-builders
Releases · FredKSchott/pika-pack-builders
v0.9.1
v0.9.0
plugin-simple-bin
: Fix an issue with hanging CLIs on errorplugin-ts-standard-pkg
: UpdatecompilerOptions.target
from es2019 to es2020plugin-build-types
: Adds the ability to auto-type your JavaScript, if no types are found
v0.8.1
@pika/plugin-ts-standard-pkg
: improve output@pika/plugin-ts-standard-pkg
: remove sourcemaps that pointed nowhere@pika/plugin-bundle-types
: Replace heavy @microsoft/api-extractor with lightweight rollup-based bundler- Improve entrypoint option consistency across plugins
v0.7.0
- @pika/plugin-bundle-types - fix bug with scoped packages
- #93 - @pika/plugin-ts-standard-pkg - Use node resolution logic to resolve tsc (thanks @Khartir!)
- #94 - @pika/plugin-ts-standard-pkg - Add option for additional tsc arguments (thanks @Khartir!)
- #95 - @pika/plugin-ts-standard-pkg - Fix "should be "es2019", but found "8"" output bug (thanks @yumauri!)
- Add "entrypoint" option to most build plugins
v0.6.1
New & Notable
- #74 [@pika/plugin-bundle-web] Support multiple package.json properties for the bundled build (unpkg, jsdelivr, etc)
#79 [@pika/plugin-source-bucklescript] Support any version of ps-platform
#81 [@pika/plugin-ts-standard-pkg] hardcode noEmit in case it's false
#85 [@pika/plugin-bundle-web] Fix minify option bug
#86 Fix licensing for all packages
Thank You
@filips123 @sync & @ChristianMurphy for your contributions!
v0.6.0
v0.5.1
Major Changes:
- Improved documentation & small bug fixes
- @pika/plugin-bundle-web: added minification
- @pika/plugin-bundle-web: added new config option: entrypoint. Great for adding your bundle to UNPKG.
- @pika/plugin-build-web: now builds "module" for the latest version of JS. Learn more: #52 (comment)