|
2 | 2 |
|
3 | 3 | [UNRELEASED] |
4 | 4 |
|
| 5 | +[0.4.0] |
| 6 | + |
| 7 | +- `Seed` updated to `0.5.0` + refactored `crate/src/lib.rs`. |
| 8 | +- All Rust nad JS dependencies updated. |
| 9 | +- GHA workflow `main.yml` - `on: [push]` changed to `on: [push, pull_request]`. |
| 10 | + |
5 | 11 | [0.3.1] |
6 | 12 |
|
7 | | -- `Travis CI` replaced with `Github Actions` |
8 | | -- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs` |
| 13 | +- `Travis CI` replaced with `Github Actions`. |
| 14 | +- `Seed` updated to `0.4.2` + refactored `crate/src/lib.rs`. |
9 | 15 |
|
10 | 16 | [0.3.0] |
11 | 17 |
|
12 | | -- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz` |
13 | | -- Rewritten `README.md` |
14 | | -- Previous version moved into branch `older` |
| 18 | +- Quickstart is now based on `https://github.com/MartinKavik/kavik.cz`. |
| 19 | +- Rewritten `README.md`. |
| 20 | +- Previous version moved into branch `older`. |
15 | 21 |
|
16 | 22 | [0.2.0] |
17 | 23 |
|
18 | 24 | - Updated all dependencies + project adapted to them: |
19 | | - - Set `outDir` in `WasmPackPlugin` |
20 | | - - Removed `css/tailwind.js` |
21 | | - - Changed paths in `entries/index.ts` |
22 | | - - Removed comments from `css/styles.css` |
23 | | - - Updated CSS classes in `crate/src/app.rs` |
24 | | - - Updated import of `ClearnWepackPlugin` |
25 | | -- Dev server port changed from `3000` to `8000` |
26 | | -- Added `netlify.toml` for better SPA support |
| 25 | + - Set `outDir` in `WasmPackPlugin`. |
| 26 | + - Removed `css/tailwind.js`. |
| 27 | + - Changed paths in `entries/index.ts`. |
| 28 | + - Removed comments from `css/styles.css`. |
| 29 | + - Updated CSS classes in `crate/src/app.rs`. |
| 30 | + - Updated import of `ClearnWepackPlugin`. |
| 31 | +- Dev server port changed from `3000` to `8000`. |
| 32 | +- Added `netlify.toml` for better SPA support. |
27 | 33 | - `crate/*` changes: |
28 | | - - Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary) |
29 | | - - Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts` |
30 | | - - Removed `seed_helpers.rs` |
| 34 | + - Updated dependencies in `Cargo.toml` and `Seed` set to `master` (probably temporary). |
| 35 | + - Refactored `app.rs`, `lib.rs`, `rust_api.rs`, `clock.ts`, `ts_apis`, `seed_helpers.ts`. |
| 36 | + - Removed `seed_helpers.rs`. |
31 | 37 |
|
32 | 38 | [0.1.0] |
33 | 39 |
|
34 | | -- Initial version |
| 40 | +- Initial version. |
0 commit comments