v0.0.1
Pre-release
Pre-release
The Initial Release!
This is the initial release of textmogrify.
It is still very much pre-alpha software and not recommended for production use (unless you're on my team π)
We have two main features of note:
- The ability to construct simple Lucene
Analyzer
s and use them for tokenization - The ability to use an
Analyzer
on a fs2Stream
of bytes or strings
What's Changed
- Update dependencies by @valencik in #1
- Common analyzers by @valencik in #2
- Updates sbt-typelevel, cats, cats-effect by @valencik in #3
- Publish snapshots from main by @valencik in #4
- Tweaks by @valencik in #5
- Add asciiFolderWithLower by @valencik in #6
- Refactor to use builder pattern by @valencik in #7
- Dependency updates by @valencik in #8
- Add scaladocs and updates by @valencik in #9
- Add Examples by @valencik in #11
- Remove core module and scalajs by @valencik in #15
- Update fs2 to 3.2.12 by @valencik in #16
- Update sbt-typelevel to 0.5.0-M4 by @valencik in #17
- Update scala3-library to 3.1.3 by @valencik in #18
- Add flake.lock and update-flake GH action by @valencik in #19
- Add unidocs project by @valencik in #20
- Update scalafmt-core to 3.5.9 by @scala-steward in #21
- Clean up by @valencik in #22
- Update sbt-typelevel, sbt-typelevel-site to 0.5.0-M5 by @scala-steward in #24
- Add Benchmarks by @valencik in #23
New Contributors
- @valencik made their first contribution in #1
- @scala-steward made their first contribution in #21
Full Changelog: https://github.com/valencik/textmogrify/commits/v0.0.1