Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.

Releases: Alduino/pkg-lib

v0.6.2

04 Oct 11:28
45c3651
Compare
Choose a tag to compare

Patch Changes

  • 774319a: Adds the hashbang you use in an entrypoint to its CommonJS output

v0.6.1

04 Oct 06:10
705ec6b
Compare
Choose a tag to compare

Patch Changes

  • be2af5f: Fix some issues with entrypoints

v0.6.0

01 Oct 00:41
38a2597
Compare
Choose a tag to compare

Minor Changes

  • a2f6307: Added machine-readable message in watch mode when there is no TTY
  • 1be6318: Added support for multiple entrypoints. To add a new entrypoint, create a new source file in the root directory of your
    project. Otherwise, everything should "just work" if you haven't changed any configuration.

Patch Changes

  • a2f6307: Added check for TTY mode before attempting to set raw mode
  • cfc457f: Include all potential replacements (invariant, warning, __DEV__) in the cursory check to see if a file needs to be transformed by Babel

v0.5.1

29 Aug 04:08
85cb02a
Compare
Choose a tag to compare

Patch Changes

  • 22900fd: Fix various tsconfig issues - Typescript features will now only run if there is a tsconfig.json file,
    and pkg-lib will now warn you if your entrypoint is a Typescript file but there is no tsconfig.json
  • efb4e49: Add check for if tsconfig exists before checking compilerOptions

v0.5.0

27 Aug 05:40
81f43ee
Compare
Choose a tag to compare

Minor Changes

  • 12ae3d9: Add watch command, that detects changes in source files and quickly recompiles them automatically

Patch Changes

  • 3500ef1: CJS development and production builds will no longer include the package name, to make it simpler and to prevent situations where the package name is an invalid file name

v0.4.1

22 Aug 08:42
e7dd678
Compare
Choose a tag to compare

Patch Changes

  • 17ca9ae: Add ponyfill for AbortController in task system

v0.4.0

22 Aug 08:26
ec8ad12
Compare
Choose a tag to compare

Minor Changes

  • 3e910ab: Set configuration from the CLI
  • c7b7e26: Switch to a custom task runner that suits the tool better

Patch Changes

  • e887aa3: Show debug logs when --verbose flag is set

v0.3.0

20 Aug 04:02
f61dff8
Compare
Choose a tag to compare

Minor Changes

  • 1ef415d: Add optional documentation generation based on TSDoc using API Extractor
  • 73c569c: Bundle all Typescript types into a single file