Skip to content

Commit af5e95a

Browse files
committed
release 2.0.0
1 parent a94cac4 commit af5e95a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [2.0.0](https://github.com/itslukej/typed-env/compare/1.0.1...2.0.0)
8+
9+
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group [`#198`](https://github.com/itslukej/typed-env/pull/198)
10+
- Bump pnpm/action-setup from 3 to 4 [`#188`](https://github.com/itslukej/typed-env/pull/188)
11+
- Bump vite from 4.3.9 to 4.5.2 [`#150`](https://github.com/itslukej/typed-env/pull/150)
12+
- Bump word-wrap from 1.2.3 to 1.2.5 [`#127`](https://github.com/itslukej/typed-env/pull/127)
13+
- Add strict number validation [`#6`](https://github.com/itslukej/typed-env/pull/6)
14+
- chore: support node v14.18 or later but node v15 [`#2`](https://github.com/itslukej/typed-env/pull/2)
15+
- initial commit [`3f77290`](https://github.com/itslukej/typed-env/commit/3f7729006640e2ab6908c4d6e4efab68b68e66b5)
16+
- fix exported types by bumping `tsup`, update project structure [`900d538`](https://github.com/itslukej/typed-env/commit/900d538a0c130af5c1e042c0efba3447ae1e05fb)
17+
- use const type parameters, bump typescript to 5.0 [`a04525a`](https://github.com/itslukej/typed-env/commit/a04525ab1d57f5e40acb9df441c5f909e58af27c)
18+
- switch to tsup for better cjs/esm support [`efb61b8`](https://github.com/itslukej/typed-env/commit/efb61b82f39c783c3deff608eb4af91180d78584)
19+
- enable source maps [`6ab981d`](https://github.com/itslukej/typed-env/commit/6ab981d90fd85c6804f4b2db385c16972ce5a5c5)
20+
- bump pnpm to v9 [`ee457e0`](https://github.com/itslukej/typed-env/commit/ee457e0eebbeb3498cb2b5636a7f18d4ee29047a)
21+
- update project structure [`60cf251`](https://github.com/itslukej/typed-env/commit/60cf2515eb6036db160c51d7ead2037aea4d3e9b)
22+
- switch to node test runner [`efa73c1`](https://github.com/itslukej/typed-env/commit/efa73c18dc9c6f54216b54fc9f5aaebaf29951a2)
23+
- replace eslint with biome linter [`28ae0d9`](https://github.com/itslukej/typed-env/commit/28ae0d9c5bf6f729160b2268edeb5ec4b137025a)
24+
- bump deps [`bc4ae9d`](https://github.com/itslukej/typed-env/commit/bc4ae9df774a826a1710dbf2baf127fc14e144d3)
25+
- fix publish workflow and bump deps [`3a16a65`](https://github.com/itslukej/typed-env/commit/3a16a65318770062d63aece401ecaad0bf88171c)
26+
- bump deps [`9756cf6`](https://github.com/itslukej/typed-env/commit/9756cf6173080129d4bcd2b12728ea8d675d01ec)
27+
- add prettier to workflow [`e24b2e3`](https://github.com/itslukej/typed-env/commit/e24b2e3746e4c5d144c2eae24724a3104247fa44)
28+
- bump deps [`31f292e`](https://github.com/itslukej/typed-env/commit/31f292e73cf2c4834f71132762a4f6d04da98283)
29+
- add publish workflow [`e878608`](https://github.com/itslukej/typed-env/commit/e87860885c897e9d6d598ba3e952fe3911e82f7a)
30+
- batch errors instead of throwing the first one [`5d38561`](https://github.com/itslukej/typed-env/commit/5d38561cd51daa150f30c09fe40cd9b1240d630a)
31+
- merge from `neon-env` [`a94cac4`](https://github.com/itslukej/typed-env/commit/a94cac47597872cd22e0fbaa1cf7a17de29fa40a)
32+
- rename `config` to `createEnv`, add tests [`8d947bf`](https://github.com/itslukej/typed-env/commit/8d947bf3ad46dcfb2835fe6097bcbf41b214252e)
33+
- re-enable recommended type checking eslint rules [`2e1f38a`](https://github.com/itslukej/typed-env/commit/2e1f38a03df64d4d79f42f4ba2d3206339ffc013)
34+
- support space after commas in arrays [`436c611`](https://github.com/itslukej/typed-env/commit/436c6112c07eb99eb2011f55cdc1b4872d94cc76)
35+
- use correct warn syntax [`9d497a6`](https://github.com/itslukej/typed-env/commit/9d497a66a12c4943d4456dfbfe057611ebf00895)
36+
- fix version typo [`a655f80`](https://github.com/itslukej/typed-env/commit/a655f800260feb0e7e91368ed889a3086e5333ed)
37+
- set `sideEffects` field [`26e7da4`](https://github.com/itslukej/typed-env/commit/26e7da44d0763d7b7ecbd78302c8ab90bb75ae79)
38+
- update license to claim copyright over the modifications from this fork [`823f07b`](https://github.com/itslukej/typed-env/commit/823f07b72a877a2e9d0bab235a10b8ad3db06dcf)
39+
40+
#### [1.0.1](https://github.com/itslukej/typed-env/compare/1.0.0...1.0.1)
41+
42+
> 19 February 2020
43+
44+
- Add support for boolean [`83548f5`](https://github.com/itslukej/typed-env/commit/83548f5e59bd8babfccc67cb27371377b024ae1e)
45+
46+
#### 1.0.0
47+
48+
> 19 February 2020
49+
50+
- Initial Commit [`1309f0c`](https://github.com/itslukej/typed-env/commit/1309f0c2e4481e302321391f8537388d4478ee6b)
51+
- Initial commit [`c6c8ddc`](https://github.com/itslukej/typed-env/commit/c6c8ddccd14485f353f11d299ee7710ef49c70ce)
52+
- Add keywords [`c235e8e`](https://github.com/itslukej/typed-env/commit/c235e8e7ae5d077f56b7a2b6e6f26c571144d222)

0 commit comments

Comments
 (0)