-
dfraw_json_parser-cli v1.2.1 Stable
released this
2024-05-12 14:47:43 +00:00 | 8 commits to main since this releaseBug Fixes
- creature token parsing fixes
- skip_serializing_if None or Empty
Commit Statistics
- 3 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
dfraw_json_parser v0.17.5 Stable
released this
2024-05-12 14:46:36 +00:00 | 9 commits to main since this releaseBug Fixes
- creature token parsing fixes
- skip_serializing_if None or Empty
Commit Statistics
- 3 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
4 downloads
-
dfraw_json_parser-cli v1.2.0 Stable
released this
2024-05-09 18:48:53 +00:00 | 14 commits to main since this releaseChore
- bump version to 0.17
-
chore: bump version to 0.17
-
chore: bump cli to 1.1.1
-
chore: fix changelog style
-
- bump cli to 1.1.1
- bump version to 0.17
- clippy lint
New Features
- remove ts-rs in favor of specta
Bug Fixes
- update dependencies
Other
- add specta for fullbindings file
Commit Statistics
- 9 commits contributed to the release over the course of 41 calendar days.
- 152 days passed between releases.
- 7 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Bump version to 0.17 (
32397f0) - Bump cli to 1.1.1 (
544a6c2) - Bump version to 0.17 (
9677349) - Merge pull request #65 from nwesterhausen/improvements (
c79d59b) - Clippy lint (
ff2c206) - Remove ts-rs in favor of specta (
ee6ef5d) - Add specta for fullbindings file (
f366c66) - Merge remote-tracking branch 'origin/main' into improvements (
5ad2ad4) - Update dependencies (
8ad32c8)
- Bump version to 0.17 (
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
- bump version to 0.17
-
dfraw_json_parser v0.17.4 Stable
released this
2024-05-09 18:47:39 +00:00 | 15 commits to main since this releaseChore
- lint
Bug Fixes
- use biomejs for formatting
- export bindings for ParserOptions
Commit Statistics
- 5 commits contributed to the release.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
4 downloads
-
dfraw_json_parser v0.17.3 Stable
released this
2024-05-09 17:19:50 +00:00 | 25 commits to main since this releaseBug Fixes
- also export bindings for "tauri" feature
- derive specta::type for ProgressTask
Commit Statistics
- 4 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
dfraw_json_parser v0.17.2 Stable
released this
2024-05-09 15:39:33 +00:00 | 30 commits to main since this releaseBug Fixes
- re-export ProgressTask
Commit Statistics
- 3 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
dfraw_json_parser v0.17.1 Stable
released this
2024-05-09 14:59:46 +00:00 | 35 commits to main since this releaseChore
- fix changelog style
- bump version to 0.17
- finish linting
- clippy lint
- update all non-major dependencies
- update all non-major dependencies
- update bindings
- update bindings
Documentation
- update doc comments
- add doc comments
New Features
- set main to track tauri v2
- remove ts-rs in favor of specta
- add RawObjectToken trait
Bug Fixes
- update dependencies
- remove bad doc test
- update rust crate thiserror to 1.0.51
- update rust crate thiserror to 1.0.51
Other
- more lints
- add specta for fullbindings file
- fix tag parsing
- various token parsing implemented
- add trunk and fix all errors
- get_complexity
- add token trait
- update caste phf_table
- finish tokens begin caste phf table
- add 'S' tokens
- add tokens through 'r'
- improving creature tokens
Refactor
- clean up progress helper and tauri emit
New Features (BREAKING)
- put all bindings in one file
Commit Statistics
- 34 commits contributed to the release over the course of 148 calendar days.
- 151 days passed between releases.
- 31 commits were understood as conventional.
- 1 unique issue was worked on: #80
Commit Details
view details
- #80
- Converting any 'serde skip_serializing_if' into Option (
cb2fb1c)
- Converting any 'serde skip_serializing_if' into Option (
- Uncategorized
- Fix changelog style (
c0b4fe2) - Bump version to 0.17 (
9677349) - Merge pull request #65 from nwesterhausen/improvements (
c79d59b) - Set main to track tauri v2 (
f2589ba) - Put all bindings in one file (
07226bc) - Finish linting (
5b4707a) - More lints (
3def3a4) - Clippy lint (
ff2c206) - Remove ts-rs in favor of specta (
ee6ef5d) - Add specta for fullbindings file (
f366c66) - Fix tag parsing (
91b2629) - Merge remote-tracking branch 'origin/main' into improvements (
5ad2ad4) - Update all non-major dependencies (
7f6e434) - Update dependencies (
8ad32c8) - Update all non-major dependencies (
1b5882a) - Various token parsing implemented (
ee57e58) - Remove bad doc test (
9ba0286) - Update bindings (
c93b7c2) - Update rust crate thiserror to 1.0.51 (
d1389b9) - Add trunk and fix all errors (
ac79384) - Get_complexity (
4b727b1) - Add token trait (
b3001a6) - Update caste phf_table (
2f178dc) - Finish tokens begin caste phf table (
4c25ee5) - Add 'S' tokens (
0b4e9cd) - Add tokens through 'r' (
1288ced) - Improving creature tokens (
94babbf) - Update rust crate thiserror to 1.0.51 (
b12163b) - Add RawObjectToken trait (
48fe1da) - Update doc comments (
2c7d3cc) - Add doc comments (
c18a9ae) - Update bindings (
8fdbdb1) - Clean up progress helper and tauri emit (
34de045)
- Fix changelog style (
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
released this
2024-05-07 20:01:40 +00:00 | 39 commits to main since this releaseChore
- finish linting
- clippy lint
- update all non-major dependencies
- update all non-major dependencies
- update bindings
- update bindings
Documentation
- update doc comments
- add doc comments
New Features
- set main to track tauri v2
- remove ts-rs in favor of specta
- add RawObjectToken trait
Bug Fixes
- update dependencies
- remove bad doc test
- update rust crate thiserror to 1.0.51
- update rust crate thiserror to 1.0.51
Other
- more lints
- add specta for fullbindings file
- fix tag parsing
- various token parsing implemented
- add trunk and fix all errors
- get_complexity
- add token trait
- update caste phf_table
- finish tokens begin caste phf table
- add 'S' tokens
- add tokens through 'r'
- improving creature tokens
Refactor
- clean up progress helper and tauri emit
New Features (BREAKING)
- put all bindings in one file
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
dfraw_json_parser-cli v1.1.0 Stable
released this
2023-12-09 16:01:32 +00:00 | 101 commits to main since this releaseChore
- bump release
New Features
-
improve creature parsing
-
refactor: CreatureVariation as object
-
chore: update bindings
-
feat: impl RawObject for CreatureVariation
-
chore(deps): update github/codeql-action action to v2.22.9
-
feat: apply_creature_variation in progress
-
feat: add parsing of gaits and add them to creatures
-
fix: gait is a caste tag
-
feat: add unprocessed raw type to facilitate creature parsing
-
wip: creature variation parsing for unprocessed_raw
-
feat: handle copy_tags_from and creature_variations properly
-
feat: add
log_summaryoption -
refactor: CreatureVariation as object
-
chore: update bindings
-
feat: impl RawObject for CreatureVariation
-
feat: apply_creature_variation in progress
-
feat: add parsing of gaits and add them to creatures
-
fix: gait is a caste tag
-
feat: add unprocessed raw type to facilitate creature parsing
-
wip: creature variation parsing for unprocessed_raw
-
feat: handle copy_tags_from and creature_variations properly
-
feat: add
log_summaryoption
-
Commit Statistics
- 4 commits contributed to the release.
- 9 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
dfraw_json_parser v0.16.0 Stable
released this
2023-12-09 16:00:02 +00:00 | 101 commits to main since this releaseChore
- bump release
New Features
-
improve creature parsing
-
refactor: CreatureVariation as object
-
chore: update bindings
-
feat: impl RawObject for CreatureVariation
-
chore(deps): update github/codeql-action action to v2.22.9
-
feat: apply_creature_variation in progress
-
feat: add parsing of gaits and add them to creatures
-
fix: gait is a caste tag
-
feat: add unprocessed raw type to facilitate creature parsing
-
wip: creature variation parsing for unprocessed_raw
-
feat: handle copy_tags_from and creature_variations properly
-
feat: add
log_summaryoption -
refactor: CreatureVariation as object
-
chore: update bindings
-
feat: impl RawObject for CreatureVariation
-
feat: apply_creature_variation in progress
-
feat: add parsing of gaits and add them to creatures
-
fix: gait is a caste tag
-
feat: add unprocessed raw type to facilitate creature parsing
-
wip: creature variation parsing for unprocessed_raw
-
feat: handle copy_tags_from and creature_variations properly
-
feat: add
log_summaryoption
-
Commit Statistics
- 4 commits contributed to the release.
- 9 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads