Skip to content

Releases: azu/rc-config-loader

v4.1.3

13 Jun 22:40
@azu azu
945ba90
Compare
Choose a tag to compare

What's Changed

Refactoring

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

29 Dec 03:51
@azu azu
1796ca8
Compare
Choose a tag to compare

Bug Fixes

v4.1.1

27 Oct 15:01
@azu azu
c4e335c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): cleanup dependencies by @azu in #17
  • chore/improve-types: Comb typing system by @ShadyMind in #21

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

03 Apr 13:44
@azu azu
Compare
Choose a tag to compare

Bug Fixes

Features

  • add support for .cjs file extension (#16) (78ba8ed)

v4.0.0

10 Jan 02:32
@azu azu
Compare
Choose a tag to compare

BREAKING CHANGES

  • deps: update to js-yaml@4 (e73fc1a)
  • lib: output ES2015 code (376ed55)
    • Drop support for Node 8. Now requires Node 10+.

These major updates come from js-yaml@4.
However, almost users will not be affected by these updates.

3.0.0

03 Nov 05:07
@azu azu
Compare
Choose a tag to compare

BREAKING CHANGES 🔥

  • typescript: named export instead of default exports

Named export instead of default exports

You should change import code.

- import rcFile from "rc-config-loader"
+ import { rcFile } from "rc-config-loader"

or

- const rcFile = require("rc-config-loader")
+ const { rcFile } = require("rc-config-loader")

Code Refactoring

  • Convert to TypeScript #10
    • Complete typing, because it is rewritten by TypeScript
  • Reduce file size(remove unneed modules, prefer to use built-in module)
    • Remove object-assign and object-keys
    • Modern environment suport these by default

2.0.5

02 Nov 01:17
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • typescript: fix packageJSON type definition (fbbf501)

2.0.4

07 Jul 12:52
@azu azu
Compare
Choose a tag to compare

Update dependencies #6 #5

2.0.3

27 May 15:05
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • load: Prevent the configuration file from being loaded twice (8762944)

2.0.2

07 Aug 10:44
@azu azu
Compare
Choose a tag to compare
2.0.2