Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik committed Dec 11, 2019
1 parent 3278105 commit 1b86bf1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
40 changes: 23 additions & 17 deletions CHANGELOG.md
Expand Up @@ -2,33 +2,39 @@

[UNRELEASED]

[0.4.0]

- `Seed` updated to `0.5.0` + refactored `crate/src/lib.rs`.
- All Rust nad JS dependencies updated.
- GHA workflow `main.yml` - `on: [push]` changed to `on: [push, pull_request]`.

[0.3.1]

- `Travis CI` replaced with `Github Actions`
- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs`
- `Travis CI` replaced with `Github Actions`.
- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs`.

[0.3.0]

- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz`
- Rewritten `README.md`
- Previous version moved into branch `older`
- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz`.
- Rewritten `README.md`.
- Previous version moved into branch `older`.

[0.2.0]

- Updated all dependencies + project adapted to them:
- Set `outDir` in `WasmPackPlugin`
- Removed `css/tailwind.js`
- Changed paths in `entries/index.ts`
- Removed comments from `css/styles.css`
- Updated CSS classes in `crate/src/app.rs`
- Updated import of `ClearnWepackPlugin`
- Dev server port changed from `3000` to `8000`
- Added `netlify.toml` for better SPA support
- Set `outDir` in `WasmPackPlugin`.
- Removed `css/tailwind.js`.
- Changed paths in `entries/index.ts`.
- Removed comments from `css/styles.css`.
- Updated CSS classes in `crate/src/app.rs`.
- Updated import of `ClearnWepackPlugin`.
- Dev server port changed from `3000` to `8000`.
- Added `netlify.toml` for better SPA support.
- `crate/*` changes:
- Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary)
- Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts`
- Removed `seed_helpers.rs`
- Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary).
- Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts`.
- Removed `seed_helpers.rs`.

[0.1.0]

- Initial version
- Initial version.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "Martin Kavík <martin@kavik.cz>",
"name": "seed-quickstart-webpack",
"version": "0.3.1",
"version": "0.4.0",
"repository": "https://github.com/MartinKavik/seed-quickstart-webpack",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1b86bf1

Please sign in to comment.