All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.2 (2024-09-02)
2.1.1 (2024-04-17)
2.1.0 (2024-04-17)
2.0.0 (2023-01-09)
- The order of config file lookup is ".babelrc, .babelrc.js, babel.config.js, babel.config.json, package.json"
- Node 16 is the minimum supported version
1.2.0 (2019-03-04)
1.1.0 (2017-05-08)
1.0.1 (2016-08-20)
- Fix async call with depth 0 (ddb684f)
1.0.0 (2016-08-06)
- Add support for async lookup (ca2f592)
- The default function is now async and uses a Promise. And the function doesn't return null when the config is not found. Instead, an object { file: null, config: null } is returned.
0.1.1 (2016-07-10)
- release: Ignore src/ but not lib/ for npm (2588adf)
- find: Initial commit with the find babel config function (cd861f4)