Tinysearch Versions Save

🔍 Tiny, full-text search engine for static websites built with Rust and Wasm

v0.8.2

10 months ago

What's Changed

Full Changelog: https://github.com/tinysearch/tinysearch/compare/v0.8.1...v0.8.2

v0.8.1

10 months ago

What's Changed

Full Changelog: https://github.com/tinysearch/tinysearch/compare/v0.8.0...v0.8.1

v0.8.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tinysearch/tinysearch/compare/v0.7.0...v0.8.0

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tinysearch/tinysearch/compare/v0.6.3...v0.7.0

v0.6.3

2 years ago

Fix bug that prevented unpacking the engine code.

v0.6.2

2 years ago

This is helpful when troubleshooting permission problems with temporary directories (e.g. in CI environments)

v0.6.1

2 years ago
  • Adds a --version flag

v0.6.0

2 years ago
  • 20-25% smaller WASM output: The test index is 99kB now, 49kB gzipped, 40kB brotli.
  • No more TINY_MAGIC. The Xor filters don't require that.
  • Faster initial compilation time thanks to fewer dependencies.
  • Cleaned up the custom serialization code.
  • Removed the forked dependencies, which were no longer needed.
  • Replaced lazy_static! with once_cell! and include_bytes! with the new include_str!.
  • Updated the docs.