Jpreprocess

Latest version: v0.1.4

Safety actively analyzes 688674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.0

Major changes

- `fn proprocess` in NJD was renamed to `fn preprocess`

What's Changed
* Derive Clone, Copy, Debug for Vowel and Consonant by femshima in https://github.com/jpreprocess/jpreprocess/pull/135
* Add user dict to jpreprocess bin by femshima in https://github.com/jpreprocess/jpreprocess/pull/136
* Add windows bin by femshima in https://github.com/jpreprocess/jpreprocess/pull/137
* fix `proprocess` typo by femshima in https://github.com/jpreprocess/jpreprocess/pull/144
* Add documentations for customizing by femshima in https://github.com/jpreprocess/jpreprocess/pull/146
* Un-ignore doctest by femshima in https://github.com/jpreprocess/jpreprocess/pull/145
* Expose more modules/Better documentation by femshima in https://github.com/jpreprocess/jpreprocess/pull/147
* Pin dependencies by renovate in https://github.com/jpreprocess/jpreprocess/pull/148
* better customization docs by femshima in https://github.com/jpreprocess/jpreprocess/pull/149
* v0.4.0 by femshima in https://github.com/jpreprocess/jpreprocess/pull/150


**Full Changelog**: https://github.com/jpreprocess/jpreprocess/compare/v0.3.0...v0.4.0

0.4.0rc0

Commits
- cab5adf: derive Clone, Copy, Debug for Vowel and Consonant (femshima) [135](https://github.com/jpreprocess/jpreprocess/pull/135)
- ba4ac5a: add windows bin (femshima) [137](https://github.com/jpreprocess/jpreprocess/pull/137)
- 7df4c20: add unzip (femshima) [137](https://github.com/jpreprocess/jpreprocess/pull/137)
- 9743dbd: add prerelease condition (femshima) [137](https://github.com/jpreprocess/jpreprocess/pull/137)
- 2b22a1c: fix bugs in actions yaml (femshima) [137](https://github.com/jpreprocess/jpreprocess/pull/137)

0.3.0

Major Breaking Changes

- The config for the `jpreprocess` crate has been changed.

New features

- `jpreprocess` binary is added
- Useful for casually testing the features of jpreprocess
- `dict_tools` binary is added
- It can inspect/build/reverse-build dictionary
- UserDictionary is now supported

What's Changed
* Update dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/93
* Jpreprocess binary by femshima in https://github.com/jpreprocess/jpreprocess/pull/94
* Update Rust crate log to 0.4.19 by renovate in https://github.com/jpreprocess/jpreprocess/pull/95
* Naist jdic by femshima in https://github.com/jpreprocess/jpreprocess/pull/97
* Update Rust crate clap to 4.3.4 by renovate in https://github.com/jpreprocess/jpreprocess/pull/98
* Update Rust crate ureq to 2.7.0 by renovate in https://github.com/jpreprocess/jpreprocess/pull/99
* Update Swatinem/rust-cache digest to 715970f by renovate in https://github.com/jpreprocess/jpreprocess/pull/100
* Update Rust crate ureq to 2.7.1 by renovate in https://github.com/jpreprocess/jpreprocess/pull/105
* Update Rust crate clap to 4.3.8 by renovate in https://github.com/jpreprocess/jpreprocess/pull/104
* fix to use dtolnay/rust-toolchain by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/106
* add renovate schedule for github-actions by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/109
* Add renovate config to auto-pin GitHub Actions to digest by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/110
* fix renovate schedule for github-actions by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/111
* add tag comments to github actions by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/112
* Update dtolnay/rust-toolchain digest to 0e66bd3 by renovate in https://github.com/jpreprocess/jpreprocess/pull/108
* Pin dependencies by renovate in https://github.com/jpreprocess/jpreprocess/pull/113
* Update Rust crate clap to 4.3.10 by renovate in https://github.com/jpreprocess/jpreprocess/pull/114
* Update Rust crate lindera-core to 0.26.0 by renovate in https://github.com/jpreprocess/jpreprocess/pull/116
* Update dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/115
* use cow to reduce memory consumption by femshima in https://github.com/jpreprocess/jpreprocess/pull/118
* Update Rust crate serde to 1.0.170 by renovate in https://github.com/jpreprocess/jpreprocess/pull/119
* Update build-dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/121
* Update dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/120
* Update Rust crate anyhow to 1.0.72 by renovate in https://github.com/jpreprocess/jpreprocess/pull/122
* Update dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/123
* User Dictionary by femshima in https://github.com/jpreprocess/jpreprocess/pull/124
* Update Rust crate serde to 1.0.178 by renovate in https://github.com/jpreprocess/jpreprocess/pull/125
* Support UserDictionary in jpreprocess crate (includes dictionary refactor) by femshima in https://github.com/jpreprocess/jpreprocess/pull/127
* Add dict tools by femshima in https://github.com/jpreprocess/jpreprocess/pull/128
* Inverse dict-build by femshima in https://github.com/jpreprocess/jpreprocess/pull/130
* Csv mode by femshima in https://github.com/jpreprocess/jpreprocess/pull/131
* Bin publish by femshima in https://github.com/jpreprocess/jpreprocess/pull/132
* v0.3.0 by femshima in https://github.com/jpreprocess/jpreprocess/pull/133


**Full Changelog**: https://github.com/jpreprocess/jpreprocess/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* Refactor window(Change module name and add docs) by femshima in https://github.com/jpreprocess/jpreprocess/pull/72
* add publish ci by femshima in https://github.com/jpreprocess/jpreprocess/pull/73
* Configure Renovate by renovate in https://github.com/jpreprocess/jpreprocess/pull/75
* Update build-dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/77
* Update dependencies (non-major) by renovate in https://github.com/jpreprocess/jpreprocess/pull/78
* Update Rust crate aho-corasick to v1 by renovate in https://github.com/jpreprocess/jpreprocess/pull/80
* Update README by femshima in https://github.com/jpreprocess/jpreprocess/pull/81
* Use workspace.package by femshima in https://github.com/jpreprocess/jpreprocess/pull/84
* Add MSRV to Cargo.toml (And fix broken test) by femshima in https://github.com/jpreprocess/jpreprocess/pull/82
* Complete CType by femshima in https://github.com/jpreprocess/jpreprocess/pull/76
* Add debug information to ipadic builder by femshima in https://github.com/jpreprocess/jpreprocess/pull/85
* Update Rust crate once_cell to 1.18.0 by renovate in https://github.com/jpreprocess/jpreprocess/pull/86
* add CODEOWNERS file by Mogyuchi in https://github.com/jpreprocess/jpreprocess/pull/87
* naist-jdic v0.1.1 by femshima in https://github.com/jpreprocess/jpreprocess/pull/89
* v0.2.0 by femshima in https://github.com/jpreprocess/jpreprocess/pull/88
* add write permission by femshima in https://github.com/jpreprocess/jpreprocess/pull/90

New Contributors
* renovate made their first contribution in https://github.com/jpreprocess/jpreprocess/pull/75

**Full Changelog**: https://github.com/jpreprocess/jpreprocess/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* Add link to documentation by femshima in https://github.com/jpreprocess/jpreprocess/pull/69
* add readmes by femshima in https://github.com/jpreprocess/jpreprocess/pull/70
* v0.1.1 by femshima in https://github.com/jpreprocess/jpreprocess/pull/71


**Full Changelog**: https://github.com/jpreprocess/jpreprocess/compare/v0.1.0...v0.1.1

0.1.0

First publish to crates.io!! :tada:

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.