Releases: wnfs-wg/rs-wnfs
Releases · wnfs-wg/rs-wnfs
wnfs-wasm: v0.1.14
wnfs: v0.1.14
wnfs-wasm: v0.1.13
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.12 to 0.1.13
- dependencies
wnfs: v0.1.13
wnfs-wasm: v0.1.12
wnfs: v0.1.12
wnfs-wasm: v0.1.11
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.10 to 0.1.11
- dependencies
wnfs: v0.1.11
wnfs-wasm: v0.1.10
0.1.10 (2022-12-06)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.9 to 0.1.10
- dependencies
What's Changed
- Rename to rs-wnfs, add docs & project template stuff by @matheus23 in #1
- Github Actions by @appcypher in #2
- Restore templates by @appcypher in #3
- Initial Public FS and WebAssembly Work by @appcypher in #6
- Fix Codecov Upload and Scripts by @appcypher in #9
- Fix wasm example code by @appcypher in #11
- Complete WNFS Public Filesystem Implementation by @appcypher in #13
- Try to remove RefCell & try PathTo abstraction by @matheus23 in #18
- Publish Crates, Npm Package and Usage Docs by @appcypher in #21
- Initial Private FileSystem by @appcypher in #28
- add 'clone' to git command by @b5 in #37
- Namefilter and HAMT Implementation and Tests by @appcypher in #31
- Fix wasm-wnfs issues (type annotations, putBlock signature) by @appcypher in #35
- Add some WASM APIs by @matheus23 in #39
- Generate bindings with
--weak-refs
Fixes #40 by @matheus23 in #42 - Add more JS APIs by @matheus23 in #44
- Bump version to 0.1.7 by @matheus23 in #41
- Use published skip-ratchet crate by @matheus23 in #45
- Private FS APIs by @appcypher in #38
- Fix wasm APIs by @appcypher in #50
- Fix Badges by @appcypher in #51
- Upgrade to libipld 0.14.0 by @matheus23 in #49
- Upgrade to published skip_ratchet version 0.1.1 by @matheus23 in #52
- Update Filesystem Implementation to Match Latest Spec by @appcypher in #53
- Leverage
rand_core::RngCore
implementations inRng
by @appcypher in #60 - Implement
basic_mv
for Private Filesystem by @appcypher in #59 - Refactor: Remove
ReferencableStore
Referencable
andprivate/link.rs
by @matheus23 in #62 - minor readme fix while going through code by @zeeshanlakhani in #64
- feat: update README & enhance setup script by @thaodt in #65
- Fix example by @appcypher in #66
- Make
previous
link be an array in public file system by @matheus23 in #67 - tooling + actions pr by @zeeshanlakhani in #69
- pre-commit hook, readme updates by @zeeshanlakhani in #72
- Documentation of Private Filesystem and Other Cleanups by @appcypher in #68
- Implement previous iterator for subpaths by @matheus23 in #70
- more typical dir structure around workspace crates by @zeeshanlakhani in #73
- Initial Benchmark Work by @appcypher in #75
- Make private forest multivalue by @matheus23 in #78
- use src for lib.rs rust files by @zeeshanlakhani in #82
- Rename
RatchetKey
toRevisionKey
, encryptRevisionKey
withinPrivateRef
by @matheus23 in #83 - Use
Rc::try_unwrap
for (possibly?) better performance by @matheus23 in #85 - Private File Sharding by @appcypher in #88
- Allow user-provided ratchet seed and inumber by @appcypher in #91
- chore: put release-please process in place by @zeeshanlakhani in #96
- chore(ci)(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #97
- refactor: dependabot labels release-please:force-run by @zeeshanlakhani in #109
- chore(npm)(deps-dev): bump css-loader from 6.7.1 to 6.7.2 in /wnfs-wasm by @dependabot in #98
- chore(npm)(deps-dev): bump webpack from 5.72.1 to 5.75.0 in /wnfs-wasm by @dependabot in #99
- chore(rust)(deps): update env_logger requirement from 0.9 to 0.10 in /wnfs by @dependabot in #102
- chore(npm)(deps-dev): bump @playwright/test from 1.22.0 to 1.28.1 in /wnfs-wasm by @dependabot in #112
- chore(npm)(deps-dev): bump ts-loader from 9.3.0 to 9.4.2 in /wnfs-wasm by @dependabot in #111
- chore(rust)(deps): update hashbrown requirement from 0.12 to 0.13 in /wnfs by @dependabot in #106
- chore(npm)(deps-dev): bump multiformats from 9.6.5 to 10.0.2 in /wnfs-wasm by @dependabot in #104
- chore(npm)(deps-dev): bump typescript from 4.6.4 to 4.9.3 in /wnfs-wasm by @dependabot in #101
- chore(npm)(deps-dev): bump webpack-cli from 4.10.0 to 5.0.1 in /wnfs-wasm by @dependabot in #100
- Some renaming pre-release by @matheus23 in #95
- Fix the readme links by @matheus23 in #113
- chore: release 0.1.10 by @appcypher in #114
- chore: release main by @github-actions in #115
- chore: rename to wnfs-wasm and actions fix maybe by @zeeshanlakhani in #116
- chore: release main by @github-actions in #117
New Contributors
- @b5 made their first contribution in #37
- @thaodt made their first contribution in #65
- @dependabot made their first contribution in #97
- @github-actions made their first contribution in #115
Full Changelog: https://github.com/wnfs-wg/rs-wnfs/commits/wnfs-wasm-v0.1.10
wnfs: v0.1.10
0.1.10 (2022-12-06)
Miscellaneous Chores
What's Changed
- Rename to rs-wnfs, add docs & project template stuff by @matheus23 in #1
- Github Actions by @appcypher in #2
- Restore templates by @appcypher in #3
- Initial Public FS and WebAssembly Work by @appcypher in #6
- Fix Codecov Upload and Scripts by @appcypher in #9
- Fix wasm example code by @appcypher in #11
- Complete WNFS Public Filesystem Implementation by @appcypher in #13
- Try to remove RefCell & try PathTo abstraction by @matheus23 in #18
- Publish Crates, Npm Package and Usage Docs by @appcypher in #21
- Initial Private FileSystem by @appcypher in #28
- add 'clone' to git command by @b5 in #37
- Namefilter and HAMT Implementation and Tests by @appcypher in #31
- Fix wasm-wnfs issues (type annotations, putBlock signature) by @appcypher in #35
- Add some WASM APIs by @matheus23 in #39
- Generate bindings with
--weak-refs
Fixes #40 by @matheus23 in #42 - Add more JS APIs by @matheus23 in #44
- Bump version to 0.1.7 by @matheus23 in #41
- Use published skip-ratchet crate by @matheus23 in #45
- Private FS APIs by @appcypher in #38
- Fix wasm APIs by @appcypher in #50
- Fix Badges by @appcypher in #51
- Upgrade to libipld 0.14.0 by @matheus23 in #49
- Upgrade to published skip_ratchet version 0.1.1 by @matheus23 in #52
- Update Filesystem Implementation to Match Latest Spec by @appcypher in #53
- Leverage
rand_core::RngCore
implementations inRng
by @appcypher in #60 - Implement
basic_mv
for Private Filesystem by @appcypher in #59 - Refactor: Remove
ReferencableStore
Referencable
andprivate/link.rs
by @matheus23 in #62 - minor readme fix while going through code by @zeeshanlakhani in #64
- feat: update README & enhance setup script by @thaodt in #65
- Fix example by @appcypher in #66
- Make
previous
link be an array in public file system by @matheus23 in #67 - tooling + actions pr by @zeeshanlakhani in #69
- pre-commit hook, readme updates by @zeeshanlakhani in #72
- Documentation of Private Filesystem and Other Cleanups by @appcypher in #68
- Implement previous iterator for subpaths by @matheus23 in #70
- more typical dir structure around workspace crates by @zeeshanlakhani in #73
- Initial Benchmark Work by @appcypher in #75
- Make private forest multivalue by @matheus23 in #78
- use src for lib.rs rust files by @zeeshanlakhani in #82
- Rename
RatchetKey
toRevisionKey
, encryptRevisionKey
withinPrivateRef
by @matheus23 in #83 - Use
Rc::try_unwrap
for (possibly?) better performance by @matheus23 in #85 - Private File Sharding by @appcypher in #88
- Allow user-provided ratchet seed and inumber by @appcypher in #91
- chore: put release-please process in place by @zeeshanlakhani in #96
- chore(ci)(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #97
- refactor: dependabot labels release-please:force-run by @zeeshanlakhani in #109
- chore(npm)(deps-dev): bump css-loader from 6.7.1 to 6.7.2 in /wnfs-wasm by @dependabot in #98
- chore(npm)(deps-dev): bump webpack from 5.72.1 to 5.75.0 in /wnfs-wasm by @dependabot in #99
- chore(rust)(deps): update env_logger requirement from 0.9 to 0.10 in /wnfs by @dependabot in #102
- chore(npm)(deps-dev): bump @playwright/test from 1.22.0 to 1.28.1 in /wnfs-wasm by @dependabot in #112
- chore(npm)(deps-dev): bump ts-loader from 9.3.0 to 9.4.2 in /wnfs-wasm by @dependabot in #111
- chore(rust)(deps): update hashbrown requirement from 0.12 to 0.13 in /wnfs by @dependabot in #106
- chore(npm)(deps-dev): bump multiformats from 9.6.5 to 10.0.2 in /wnfs-wasm by @dependabot in #104
- chore(npm)(deps-dev): bump typescript from 4.6.4 to 4.9.3 in /wnfs-wasm by @dependabot in #101
- chore(npm)(deps-dev): bump webpack-cli from 4.10.0 to 5.0.1 in /wnfs-wasm by @dependabot in #100
- Some renaming pre-release by @matheus23 in #95
- Fix the readme links by @matheus23 in #113
- chore: release 0.1.10 by @appcypher in #114
- chore: release main by @github-actions in #115
- chore: rename to wnfs-wasm and actions fix maybe by @zeeshanlakhani in #116
- chore: release main by @github-actions in #117
New Contributors
- @b5 made their first contribution in #37
- @thaodt made their first contribution in #65
- @dependabot made their first contribution in #97
- @github-actions made their first contribution in #115
Full Changelog: https://github.com/wnfs-wg/rs-wnfs/commits/wnfs-v0.1.10