Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Releases: FredKSchott/pika-pack-builders

v0.9.1

13 Feb 17:38
Compare
Choose a tag to compare

simple-bin: Fix broken error statement

v0.9.0

13 Feb 17:01
Compare
Choose a tag to compare
  • plugin-simple-bin: Fix an issue with hanging CLIs on error
  • plugin-ts-standard-pkg: Update compilerOptions.target from es2019 to es2020
  • plugin-build-types: Adds the ability to auto-type your JavaScript, if no types are found

v0.8.1

25 Nov 06:43
Compare
Choose a tag to compare
  • @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

23 Oct 07:07
Compare
Choose a tag to compare
  • @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

14 Sep 20:12
Compare
Choose a tag to compare

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!

thank you!

v0.6.0

05 Aug 05:20
Compare
Choose a tag to compare
  • #26 Added sourcemap support! It's on by default, but you can turn it off by passing {"sourcemap": false} to each builder. Or, starting in @pika/build v0.5.0, you can set "sourcemap": false to the top-level @pika/pack configuration.
  • Improved some docs

v0.5.1

26 Jul 04:59
Compare
Choose a tag to compare

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)