Skip to content

Commit a85d09e

Browse files
authored
release: 1.0.0 (#3)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent da63ace commit a85d09e

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
## 1.0.0 (2023-03-04)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* [[@dependabot](https://github.com/dependabot)] add config ([303196b](https://github.com/flex-development/esm-types/commit/303196b905ca729ddc4812436b8b930fb6727d2c))
7+
8+
9+
### :pencil: Documentation
10+
11+
* api ([c462e96](https://github.com/flex-development/esm-types/commit/c462e96c7d9bc28601b57c32bd2d3cd17024af0a))
12+
* peer dep install ([ee7dd7c](https://github.com/flex-development/esm-types/commit/ee7dd7cb68b2f0b1ace0fe6d70b9e8ab3f9783e0))
13+
* remove section "when should i use this?" ([bcf5b22](https://github.com/flex-development/esm-types/commit/bcf5b22b96b854e481d3d913856d63e96e65945d))
14+
* use ([769c904](https://github.com/flex-development/esm-types/commit/769c904bae8ae164d47154c46e7aeb870702220b))
15+
* what is this? ([da63ace](https://github.com/flex-development/esm-types/commit/da63aceb99dfe6ffcc24118b1b0f529d9631a83e))
16+
17+
18+
### :sparkles: Features
19+
20+
* **enums:** `AssertType` ([7b96b28](https://github.com/flex-development/esm-types/commit/7b96b285ed645c4b630f2c7e56f9b23ebbb1cbd4))
21+
* **enums:** `Format` ([607469f](https://github.com/flex-development/esm-types/commit/607469f67998e41f7b7731dbaa88d7a054ae4bd4))
22+
* **hooks:** `GetFormatHook` ([1d9dd7c](https://github.com/flex-development/esm-types/commit/1d9dd7c188671d35b32cf28296b68ace84b62c03))
23+
* **hooks:** `GetFormatHookContext` ([634cc5f](https://github.com/flex-development/esm-types/commit/634cc5f6c6f322422d83bc6ba5e4312db0c0e340))
24+
* **hooks:** `GetFormatHookResult` ([87a2292](https://github.com/flex-development/esm-types/commit/87a22926081ad3db726987d61cd8769c3159ae9b))
25+
* **hooks:** `GetSourceHook` ([21c7198](https://github.com/flex-development/esm-types/commit/21c7198ee6ddc653c29793d6766b3dac8d1e37e0))
26+
* **hooks:** `GetSourceHookContext` ([e65138d](https://github.com/flex-development/esm-types/commit/e65138d0bac5de811bc09c176dabe85aa6f59401))
27+
* **hooks:** `GlobalPreloadHook` ([9737d55](https://github.com/flex-development/esm-types/commit/9737d55f87a5c57fc796caeb3a45e49ce6b315bd))
28+
* **hooks:** `GlobalPreloadHookContext` ([e50a12d](https://github.com/flex-development/esm-types/commit/e50a12dc779773ce0ef5a6a87a6b53102e34c955))
29+
* **hooks:** `LoadHook` ([b38e1b9](https://github.com/flex-development/esm-types/commit/b38e1b9bc10d086cb53735dfb6559610f73e61aa))
30+
* **hooks:** `LoadHookContext` ([ba64063](https://github.com/flex-development/esm-types/commit/ba640631aa08a69e30ef263a5ce7a7a854b4a96d))
31+
* **hooks:** `LoadHookResult` ([ad9e673](https://github.com/flex-development/esm-types/commit/ad9e67344118ef67a9baa389d22e9d733f1f403b))
32+
* **hooks:** `ResolveHook` ([6f0756b](https://github.com/flex-development/esm-types/commit/6f0756b28b7231b30fd5a4e7b0ae90da28a5cbae))
33+
* **hooks:** `ResolveHookContext` ([9e1fbd8](https://github.com/flex-development/esm-types/commit/9e1fbd82cf855f93f3cfc8b27ae821097ce7ab99))
34+
* **hooks:** `ResolveHookResult` ([2bde439](https://github.com/flex-development/esm-types/commit/2bde43996231c9d108d953e1608674b718f09d69))
35+
* **hooks:** `SourceHookResult` ([681027e](https://github.com/flex-development/esm-types/commit/681027ee376c1e4b71b5daa1bacd09768226d12b))
36+
* **hooks:** `TransformSourceHook` ([1353375](https://github.com/flex-development/esm-types/commit/135337534e5fedbc4422f1b95be39c30a60095b4))
37+
* **hooks:** `TransformSourceHookContext` ([9d8d67f](https://github.com/flex-development/esm-types/commit/9d8d67fa43a38997d5ebe6adc9344b7e47c66e7a))
38+
* **interfaces:** `ImportAssertions` ([6873ad8](https://github.com/flex-development/esm-types/commit/6873ad8793e504bff2225d861ec31a1758d2d5be))
39+
* **types:** `FileUrl` ([0cba9ea](https://github.com/flex-development/esm-types/commit/0cba9ea11d9779bd25a86729c47cd4068e230c46))
40+
* **types:** `ResolvedModuleUrl` ([2e19b99](https://github.com/flex-development/esm-types/commit/2e19b9915022888475ed3222e61e308139275438))
41+
* **types:** `Source` ([d9ad045](https://github.com/flex-development/esm-types/commit/d9ad0453d0f105377627b50a676c70dfadef463b))
42+
43+
44+
### :house_with_garden: Housekeeping
45+
46+
* **pkg:** add keyword `esmodules` ([bd91e98](https://github.com/flex-development/esm-types/commit/bd91e98534e44739723b9c26676799354e8cea99))
47+
* **pkg:** add keyword `nodejs` ([2ecc72a](https://github.com/flex-development/esm-types/commit/2ecc72ab9b2e997f2f1bdb0dad035a0699670c77))
48+
* **pkg:** add keyword `typescript-definitions` ([b09878a](https://github.com/flex-development/esm-types/commit/b09878aa2a874767fd84a1a95257e21c43558e77))
49+
50+
51+
### :white_check_mark: Testing
52+
53+
* use package in custom loader ([898c01f](https://github.com/flex-development/esm-types/commit/898c01fb9241fe1fd8118ecc9c68b893c1be1080))
54+
* **hooks:** [`GetSourceHook`] fix imports ([fd1fffa](https://github.com/flex-development/esm-types/commit/fd1fffa49c380ce056d8ba0fd3cf516a2f90579a))
55+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/esm-types",
33
"description": "TypeScript definitions for ECMAScript modules",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"esm",
77
"esmodules",

0 commit comments

Comments
 (0)