Skip to content

Releases: tommy351/kosko

@kosko/[email protected]

10 Dec 08:29
909cc8b
Compare
Choose a tag to compare

Major Changes

  • #88 fe85506 Thanks @tommy351! - Drop support of Node.js 10. The minimum supported version is Node.js 12 now.

Patch Changes

@kosko/[email protected]

10 Dec 17:15
629ec3f
Compare
Choose a tag to compare

Minor Changes

@kosko/[email protected]

10 Dec 08:29
909cc8b
Compare
Choose a tag to compare

Major Changes

  • #88 fe85506 Thanks @tommy351! - Drop support of Node.js 10. The minimum supported version is Node.js 12 now.

Patch Changes

@kosko/[email protected]

10 Dec 08:29
909cc8b
Compare
Choose a tag to compare

Major Changes

  • #88 fe85506 Thanks @tommy351! - Drop support of Node.js 10. The minimum supported version is Node.js 12 now.

@kosko/[email protected]

10 Dec 08:29
909cc8b
Compare
Choose a tag to compare

Major Changes

  • #88 fe85506 Thanks @tommy351! - Drop support of Node.js 10. The minimum supported version is Node.js 12 now.

Patch Changes

@kosko/[email protected]

29 Nov 15:52
a3907e4
Compare
Choose a tag to compare

Major Changes

[email protected]

16 Apr 10:27
c33d83b
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

16 Apr 10:27
c33d83b
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

16 Apr 10:27
c33d83b
Compare
Choose a tag to compare

Patch Changes

  • #79 3f1bc58 Thanks @tommy351! - Add ES module wrapper. In older version of Node.js (e.g. 14.3.0), it may be invalid to import @kosko/require as below.

    import { getRequireExtensions } from "@kosko/require";

    It throws the following error.

    file:///workspaces/kosko/packages/env/dist/environment/node.mjs:1
    import { getRequireExtensions } from "@kosko/require";
             ^^^^^^^^^^^^^^^^^^^^
    SyntaxError: The requested module '@kosko/require' does not provide an export named 'getRequireExtensions'
        at ModuleJob._instantiate (internal/modules/esm/module_job.js:97:21)
        at async ModuleJob.run (internal/modules/esm/module_job.js:135:5)
        at async Loader.import (internal/modules/esm/loader.js:178:24)
    

    In this release, we use an ES module wrapper to re-export functions from the CommonJS entry point. It should fix the issue.

@kosko/[email protected]

16 Apr 10:27
c33d83b
Compare
Choose a tag to compare

Patch Changes