Tags give the ability to mark specific points in history as being important
-
0.11.0
9d00bdcc · ·Version 0.11.0 Dependencies: * Bumped `minicbor` to 0.20. * Bumped `oc-wasm-futures` to 0.7. * Bumped `oc-wasm-helpers` to 0.6. * Bumped `oc-wasm-safe` to 0.5.
-
0.10.2
03c6af87 · ·Version 0.10.2 New features: * Reuse some types exported by `oc-wasm-helpers` rather than defining them here directly.
-
0.10.1
fa3acb5a · ·Version 0.10.1 New features: * Re-exports some more symbols, so consumers hopefully don’t have to directly depend on `oc-wasm-helpers`.
-
0.10.0
9b316247 · ·Version 0.10.0 New features: * Added a `prelude` module. Dependencies: * Bumped `minicbor` to 0.19. * Bumped `oc-wasm-futures` to 0.6. * Bumped `oc-wasm-helpers` to 0.5. * Bumped `oc-wasm-safe` to 0.4. Internal: * Used CBOR External References.
-
0.9.0
7399ee3d · ·Version 0.9.0 New features: * Re-exported `Lockable`. Dependencies: * Bumped `minicbor` to 0.18. * Bumped `oc-wasm-futures` to 0.5. * Bumped `oc-wasm-helpers` to 0.3. * Bumped `oc-wasm-safe to` 0.3.
-
-
0.7.0
da8e8a60 · ·Version 0.7.0 New features: * Empty item stacks now decode as `None` rather than air. Fixes: * Fixed detecting out of energy error when sending modem message.
-
0.6.0
68b7ff36 · ·Version 0.6.0 New features: * Added equip function to inventory API. Fixes: * It is now possible to obtain the capacity of an empty fluid tank.
-
-
-
-
0.4.0
e4b2fbfc · ·Version 0.4.0 New features: * Added `InventoryWorldControlMk2` API to `inventory` component. * Massively reworked error handling to use the new `component` module syscalls from OC-Wasm version 1.12.2-0.3.0 and return a much richer error enumeration type, eliminating reporting errors as strings. Fixes: * Fixed incorrect comment regarding handling of unpaired surrogate halves in `screen` component’s `get` method. Dependencies: * Bumped `minicbor` to 0.15. * Bumped `oc-wasm-futures` to 0.3. * Bumped `oc-wasm-safe` to 0.2.
-
-
0.3.0
ce596f9b · ·Version 0.3.0 New features: * Added keyboard API. * Added more of the inventory API. Fixes: * Allowed passing RelativeSide to inventory API. * Fixed get_stack_in_slot not returning Option. * Fixed documentation build on docs.rs.
-
-