siroc

Zero-config build tooling for Node

MIT License

Stars
149
Committers
7

Bot releases are hidden (Show)

siroc - v0.16.0 Latest Release

Published by danielroe about 3 years ago

0.16.0 (2021-08-24)

Bug Fixes

siroc - v0.15.0

Published by danielroe about 3 years ago

0.15.0 (2021-08-06)

⚠ BREAKING CHANGES

  • major version changes in @rollup/plugin-commonjs and @rollup/plugin-replace

Bug Fixes

  • core: generate .d.ts files for .mjs exports (#218) (7a14d21)

Miscellaneous Chores

siroc - v0.14.0

Published by danielroe over 3 years ago

0.14.0 (2021-07-17)

Features

  • add support for exports with patterns (1b1cd59)
siroc - v0.13.0

Published by danielroe over 3 years ago

0.13.0 (2021-07-15)

Features

  • support minifying outputs based on .min.* dist name (#215) (4713443), closes #214
siroc - v0.12.0

Published by danielroe over 3 years ago

0.12.0 (2021-07-09)

⚠ BREAKING CHANGES

  • use regexps to match dependency externals (#213)

Bug Fixes

  • use regexps to match dependency externals (#213) (58de5db)
siroc - v0.11.1

Published by danielroe over 3 years ago

0.11.1 (2021-06-23)

Bug Fixes

  • core: generate es exports dts files correctly (#212) (b0f29c6)
  • core: preserve package.json indent (#211) (14a7ffc)
siroc - v0.11.0

Published by danielroe over 3 years ago

0.11.0 (2021-05-31)

⚠ BREAKING CHANGES

  • esbuild upgrade to 0.12

Miscellaneous Chores

siroc - v0.10.1

Published by danielroe over 3 years ago

0.10.1 (2021-05-17)

Features

  • allow setting mkdist options in siroc.config (05d44bc)
siroc - v0.10.0

Published by danielroe over 3 years ago

0.10.0 (2021-05-12)

⚠ BREAKING CHANGES

  • Requires Node 12+
  • produces .mjs in subpath exports

Miscellaneous Chores

siroc - v0.9.3

Published by danielroe over 3 years ago

0.9.3 (2021-05-12)

siroc - v0.9.2

Published by danielroe over 3 years ago

0.9.2 (2021-04-07)

Bug Fixes

  • don't include root directory in cleanup (808bb9d)
siroc - v0.9.1

Published by danielroe over 3 years ago

0.9.1 (2021-04-06)

Bug Fixes

  • switch main dts generation location (2c220d7)
siroc - v0.9.0

Published by danielroe over 3 years ago

0.9.0 (2021-04-06)

⚠ BREAKING CHANGES

Bug Fixes

  • generate .dts correctly (e7d90d5)

Miscellaneous Chores

siroc - v0.8.0

Published by danielroe over 3 years ago

0.8.0 (2021-03-08)

⚠ BREAKING CHANGES

  • this currently includes all published files but changes to exports can potentially cause import issues

Features

  • add initial support for using mkdist (#208) (1cd0127)

Bug Fixes

  • exclude .json exports from build (5fb0c9f)

Miscellaneous Chores

siroc - v0.7.0

Published by danielroe over 3 years ago

0.7.0 (2021-02-26)

⚠ BREAKING CHANGES

  • esbuild has a number of breaking changes since 0.7

Miscellaneous Chores

siroc - v0.6.7

Published by danielroe over 3 years ago

0.6.7 (2021-02-22)

siroc - v0.6.6

Published by danielroe over 3 years ago

0.6.6 (2021-02-15)

Bug Fixes

  • only produce type if defined in package.json (c186038)
siroc - v0.6.5

Published by danielroe over 3 years ago

0.6.5 (2021-02-11)

Features

  • allow custom sources for package types (ebc5a02)
siroc - v0.6.4

Published by danielroe over 3 years ago

0.6.4 (2021-02-11)

Bug Fixes

  • fix build failures in windows environments caused by paths (f5f01c1)
siroc - v0.6.3

Published by danielroe over 3 years ago

Bug Fixes

  • invert json matching requirement (6767c0f)