Skip to content

Releases: tdeekens/promster

@promster/[email protected]

21 Dec 13:42
bf6a8b5
Compare
Choose a tag to compare

Patch Changes

@promster/[email protected]

21 Dec 13:42
bf6a8b5
Compare
Choose a tag to compare

Patch Changes

@promster/[email protected]

21 Dec 13:42
bf6a8b5
Compare
Choose a tag to compare

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes

@promster/[email protected]

22 Nov 15:06
64fa3c3
Compare
Choose a tag to compare

Major Changes

  • 0eb64ca #529 Thanks @tdeekens! - # Introduction

    refactor: to use preconstruct for building

    Prior TypeScript was used to build bundles. In all this should not affect consumers of this library. Under the hood preconstruct uses rollup and babel which is now instructed to build for Node.js v12 using the preset-env preset.

    Breaking Change

    This release can potentially be breaking for you. We want to respect semantic versioning and follow it strictly.

    While migrating to preconstruct the version exports had to be removed as preconstruct's rollup will not resolve them. If you relied on this value you should either load the package.json of each module yourself or drop the usage.

    - const { version } = require('@promster/server');
    + const { version } = require('@promster/server/package.json');

Patch Changes