Skip to content

Releases: form8ion/rollup

v2.0.0-beta.2

28 Jun 00:21
10e98ba
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2022-06-28)

Features

  • dual-mode: defined an exports map to make this package a true dual-mode package (10e98ba)

BREAKING CHANGES

  • dual-mode: and exports map has been defined, which further limits access to files within the
    package

v2.0.0-beta.1

28 Jun 00:17
d7a0e26
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2022-06-28)

Features

  • node-versions: defined the supported version ranges for this package (5392475)

BREAKING CHANGES

  • node-versions: the supported node versions have been restricted to v14 above v14.15 and above v16

v1.1.2

27 Jun 22:52
Compare
Choose a tag to compare

1.1.2 (2022-06-27)

Bug Fixes

  • deps: update dependency @form8ion/javascript-core to v6 (5784e5d)

v1.1.1

02 May 06:46
Compare
Choose a tag to compare

1.1.1 (2022-05-02)

Bug Fixes

  • deps: update dependency @form8ion/javascript-core to v5 (f6f7c78)

v1.1.0

24 Nov 04:59
c3415e1
Compare
Choose a tag to compare

1.1.0 (2021-11-24)

Features

  • babel: installed the babel plugin for babel-dialect projects (c3415e1)

v1.0.1

24 Nov 02:59
8e9325c
Compare
Choose a tag to compare

1.0.1 (2021-11-24)

Bug Fixes

  • eslint: removed the comment from the config template allowing dev-deps (8e9325c)

v1.0.0

18 Nov 02:58
adac562
Compare
Choose a tag to compare

1.0.0 (2021-11-18)

Bug Fixes

  • dependencies: fixed dependency references after extractionto separate package (477a566)
  • scaffold: exposed the proper scaffold function through the public interface (994d609)
  • templates: flattened the directory structure, which fixes the relative template path (167aca2)
  • templates: included the templates/ directory in the published package (04ae377)

Features

  • package-build: added rollup build for package-type projects (702b413)
  • rollup: automattically handle external dependencies in the config (cf29284), closes #90
  • ts-dialect: enabled bundling with rollup for ts packages (8bc6d86)

v1.0.0-alpha.1

17 Nov 21:43
167aca2
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2021-11-17)

Bug Fixes

  • dependencies: fixed dependency references after extractionto separate package (477a566)
  • scaffold: exposed the proper scaffold function through the public interface (994d609)
  • templates: flattened the directory structure, which fixes the relative template path (167aca2)
  • templates: included the templates/ directory in the published package (04ae377)

Features

  • package-build: added rollup build for package-type projects (702b413)
  • rollup: automattically handle external dependencies in the config (cf29284), closes #90
  • ts-dialect: enabled bundling with rollup for ts packages (8bc6d86)