Skip to content

Commit

Permalink
Merge pull request #21 from StarLederer/develop
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
StarLederer authored Oct 26, 2023
2 parents 89d4831 + 3032c76 commit 7d8c0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Interact with fs from the browser in dev mode.

> **News:** Everything planned before v1.0.0-beta has been implemented. The package is currently being tested in real projects. Please try it, submit problems to [the issue tracker][issue-tracker] and show what you made in [Github discussions][show-n-tell]
> **News:** v1.0.0 has been released after nearly 2 years of preview! The original release criteria were not met completely but the plugin has proven itself over this time in other ways, and it is about to receive new and exciting features that would fit a lot better in a version bump. Thank you for using vite-plugin-fs, and see you in v1.1.0!
## What's supported by the relay server

Expand All @@ -31,23 +31,6 @@ Interact with fs from the browser in dev mode.
- writeFile (writes strings only; creates directories automatically)
- [something else?][issue-tracker]

## Before v1.0.0

Test projects reviewed (**0/5**):

- [submit yours][show-n-tell]

Examples written:

- Simple React example: **NO**
- Simple Vue example: **NO**
- Simple Svelte example: **NO**
- Complex example: **NO**

Contributions made by others (**0/3**):

- [contribute][github]

## Setup

1. Add `vite-plugin-fs` to your project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-fs",
"version": "1.0.0-beta.6",
"version": "1.0.0",
"description": "Interact with fs from the browser in dev mode",
"author": "StarLederer",
"license": "MIT",
Expand Down

0 comments on commit 7d8c0e4

Please sign in to comment.