Skip to content

Commit cd2fb6d

Browse files
committed
✨ feat: Bump version to 1.0.0
This marks our first stable, production-ready release with a fully defined API. While no functional changes were made in this release, it represents an important milestone in the library’s maturity.
1 parent c4bee4c commit cd2fb6d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ npm install hkt-core
6363

6464
Alternatively, if you prefer a zero-dependency approach, you can directly _copy-and-paste_ `src/index.ts` into your project, which contains all hkt-core’s code in a single file. We guarantee **_no_ breaking changes** in **releases** _without_ a major version bump.
6565

66-
> [!WARNING]
67-
>
68-
> However, currently hkt-core is still a work-in-progress project, so **breaking changes** _are_ expected in its API without notice. Therefore, as for now, it’s recommended to use the npm package and pin the version in your `package.json` to ensure the stability of your project.
69-
7066
## Examples
7167

7268
hkt-core introduces some concepts that might take a little time to fully grasp. To get the most out of it, we recommend following the [quickstart guide](#quickstart) from start to finish. However, if you’re eager to jump straight into examples, we’ve provided a few here as TypeScript playground links. These examples will give you a quick overview of what hkt-core can do:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hkt-core",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "🍃 A micro HKT (higher-kinded type) implementation for TypeScript, with type safety elegantly guaranteed.",
66
"keywords": [

0 commit comments

Comments
 (0)