Releases: spmadden/irox
Releases · spmadden/irox
irox-egui-extras v0.3.2
New Features
- Add new progressbar impl with indeterminate mode
Commit Statistics
- 1 commit contributed to the release.
- 3 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Add new progressbar impl with indeterminate mode (69bb1e4)
irox-tools v0.3.1
New Features
- add new RetainTake for Vec and VecDeque
Commit Statistics
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Add new RetainTake for Vec and VecDeque (1f0e241)
irox-progress v0.1.1
New Features
- overhaul with Reader/Writers and infinite progress
Commit Statistics
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Overhaul with Reader/Writers and infinite progress (c103035)
irox-winlocation-api v0.3.0
New Features (BREAKING)
- pivot win-location-api to use irox_time
Commit Statistics
- 2 commits contributed to the release over the course of 9 calendar days.
- 14 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox v0.4.0
New Features
- New progress library for Console and Egui
- new async/threading module
Commit Statistics
- 9 commits contributed to the release.
- 14 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release irox-structs_derive v0.2.2 (34beb37)
- Release irox-threading v0.1.0 (08f47a9)
- Release irox-progress v0.1.0 (d79aacd)
- Release irox-egui-extras v0.3.1 (8e46d34)
- Release irox-types v0.2.2 (9776f77)
- Release irox-units v0.3.1 (e0690ec)
- Release irox-tools v0.3.0, safety bump 12 crates (eb83b27)
- New progress library for Console and Egui (9154e78)
- New async/threading module (d495715)
irox-units v0.3.1
Chore
- ALL THE LINTS.
New Features
- new Day/Hours/Minutes/Seconds extraction for Duration
- Impl SubAssign in the units macro
- add Days and Years to duration
- allow bounds errors to upconvert primitives
Commit Statistics
- 5 commits contributed to the release over the course of 9 calendar days.
- 14 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
irox-types v0.2.2
Chore
- ALL THE LINTS.
Commit Statistics
- 1 commit contributed to the release.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- ALL THE LINTS. (645afe2)
irox-tools v0.3.0
Chore
- fix fmt
- ALL THE LINTS.
- fix rustfmt
New Features
- New 'ReadCounting' struct to count bytes read from a Read
- new array scanning utils, max_index and longest_consecutive_values
- new U16 utilities, FromU16Array and ToU16Array
- New Identifier type to allow multi-IDs of types
- Add borrowed From's for UUID
- new PRNG based on PCG-XSH-RR
- new UUID struct
Bug Fixes
- new lint for unwrap_or_default()
- MurmurHash3-128 now passes reasonable tests
Bug Fixes (BREAKING)
- Bits and MutBits no longer require Read & Write
- Bits and MutBits no longer require Read & Write
Commit Statistics
- 14 commits contributed to the release over the course of 1 calendar day.
- 14 days passed between releases.
- 14 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- New 'ReadCounting' struct to count bytes read from a Read (991cff0)
- Fix fmt (3793f05)
- ALL THE LINTS. (f8ab392)
- New array scanning utils, max_index and longest_consecutive_values (c8e6ba6)
- New U16 utilities, FromU16Array and ToU16Array (9fc9e98)
- New lint for unwrap_or_default() (8ea01ea)
- Fix rustfmt (7680bf8)
- New Identifier type to allow multi-IDs of types (edd4b81)
- Add borrowed From's for UUID (d3e2baa)
- MurmurHash3-128 now passes reasonable tests (fd6aa90)
- New PRNG based on PCG-XSH-RR (ccf4aae)
- New UUID struct (159ec4e)
- Bits and MutBits no longer require Read & Write (cbaa8f4)
- Bits and MutBits no longer require Read & Write (b791aca)
irox-time v0.2.0
Chore
- ALL THE LINTS.
New Features
- ISO8601 Duration Formatting
- Publicly exporting Duration now
- Impl Add/Sub for JulianDates
- Impl better From conversions for Date
- Impl Add/Sub for Timestamps
- Impl Sub and conversions for UTCDateTime
- from H/M/S variants for Time
- Derives for the Julian structs
- impl Display, math, and Julian conversions in Date
- impl Timestamp conversions between different Epochs
- impl Display and add format for UTCDateTime
Commit Statistics
- 13 commits contributed to the release over the course of 9 calendar days.
- 14 days passed between releases.
- 12 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release irox-tools v0.3.0, safety bump 12 crates (eb83b27)
- ISO8601 Duration Formatting (15dd99e)
- Publicly exporting Duration now (7748f68)
- Impl Add/Sub for JulianDates (82141a0)
- Impl better From conversions for Date (decbe2e)
- Impl Add/Sub for Timestamps (2e21965)
- Impl Sub and conversions for UTCDateTime (cdf0d92)
- ALL THE LINTS. (62a00cc)
- From H/M/S variants for Time (fb3c890)
- Derives for the Julian structs (cd69a1e)
- Impl Display, math, and Julian conversions in Date (cdac4b0)
- Impl Timestamp conversions between different Epochs (fd784e6)
- Impl Display and add format for UTCDateTime (3848add)
irox-threading v0.1.0
New Features
- new async/threading module
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- New async/threading module (d495715)