Skip to content

Commit 964faad

Browse files
committed
Some readme updates.
1 parent 22ed17b commit 964faad

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.9.0] - 2023-10-31
99

1010
### Added
1111

@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
- Schema `transform` operations weren't applied in [SPA forms](https://superforms.rocks/concepts/spa) and when posting to the server with client-side [validators](https://superforms.rocks/concepts/client-validation#validators) enabled.
1919

20-
## [1.8.0]
20+
## [1.8.0] - 2023-10-02
2121

2222
### Fixed
2323

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<br/>
2323

24-
Making SvelteKit **validation** and **displaying** of forms easier than ever!
24+
Making SvelteKit **validation** and **displaying** of forms a pleasure!
2525

2626
# Feature list
2727

@@ -46,11 +46,11 @@ Making SvelteKit **validation** and **displaying** of forms easier than ever!
4646
# Installation
4747

4848
```
49-
npm i -D sveltekit-superforms zod
49+
npm i -D sveltekit-superforms zod
5050
```
5151

5252
```
53-
pnpm i -D sveltekit-superforms zod
53+
pnpm i -D sveltekit-superforms zod
5454
```
5555

5656
# Get started
@@ -63,8 +63,6 @@ You can also watch this excellent introduction video to see what's possible: htt
6363

6464
Ideas, general feedback, bug reports, PR:s, etc, are very welcome as a Github [issue](https://github.com/ciscoheat/sveltekit-superforms/issues) [discussion](https://github.com/ciscoheat/sveltekit-superforms/discussions), or on the [Discord server](https://discord.gg/AptebvVuhB)!
6565

66-
Now that version 1.0 is released, there will be bug fixes, more support questions on the Discord server, future features to work on, and so on.
67-
6866
If you're using Superforms in non-profit circumstances, the library is completely free, a star on Github is more than enough if you want to give your support. But if you are using Superforms in a commercial project, would you or the company you work for consider donating?
6967

7068
If you have appreciated my support on <a href="https://discord.gg/AptebvVuhB">Discord</a> and <a href="https://github.com/ciscoheat/sveltekit-superforms">Github</a>, or want to ensure that things keep rolling, please support open source software in this way.

0 commit comments

Comments
 (0)