|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.0.6](https://github.com/TheOpenDictionary/odict/compare/v0.0.5...v0.0.6) (2022-11-12) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* 1.5.0 refactor ([#30](https://github.com/TheOpenDictionary/odict/issues/30)) ([193519f](https://github.com/TheOpenDictionary/odict/commit/193519f62e014c496b975c22aeca32a0b9222e84)) |
| 9 | +* add TypeScript library ([#33](https://github.com/TheOpenDictionary/odict/issues/33)) ([24e2a39](https://github.com/TheOpenDictionary/odict/commit/24e2a397931ed6d9fcbf71b7cc347f5c8bc9f52d)) |
| 10 | +* added force indexing to Java and added ODICT_INDEX_DIR env variable ([62b2d68](https://github.com/TheOpenDictionary/odict/commit/62b2d6876ce8a34d2f6d0114308e06a3b4bd34e4)) |
| 11 | +* added Python extension ([#14](https://github.com/TheOpenDictionary/odict/issues/14)) ([5235b64](https://github.com/TheOpenDictionary/odict/commit/5235b64a0d2ca82a42662162034d9dbff5ccab81)) |
| 12 | +* extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O ([#15](https://github.com/TheOpenDictionary/odict/issues/15)) ([9c5c251](https://github.com/TheOpenDictionary/odict/commit/9c5c251e48a46a375807f8b476374ed209b4c316)) |
| 13 | +* **go:** add `split` command ([#31](https://github.com/TheOpenDictionary/odict/issues/31)) ([71814fc](https://github.com/TheOpenDictionary/odict/commit/71814fce27fda86fddb19b9907097e8dc530fba3)) |
| 14 | +* **java:** updated Java implementation to use more efficient Bleve search ([#19](https://github.com/TheOpenDictionary/odict/issues/19)) ([23d465e](https://github.com/TheOpenDictionary/odict/commit/23d465ef6a79f3d0eb6320a413c8284271c79f42)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* attempt to fix various memory leaks ([#16](https://github.com/TheOpenDictionary/odict/issues/16)) ([bb33fa3](https://github.com/TheOpenDictionary/odict/commit/bb33fa3b5917c0eca798d3c577d8fc617acc83b2)) |
| 20 | +* corrected Python dll path ([60c80fd](https://github.com/TheOpenDictionary/odict/commit/60c80fdae1c6e3d826e7e6a608e4458cca067b46)) |
| 21 | +* fix tests ([8bbf73d](https://github.com/TheOpenDictionary/odict/commit/8bbf73d556d65d5ffb82669769cf4cf15e38e805)) |
| 22 | +* fixes splitting and return 2D array from CI ([#35](https://github.com/TheOpenDictionary/odict/issues/35)) ([4e80729](https://github.com/TheOpenDictionary/odict/commit/4e80729de3a96059774753b89ec336b66f1d729f)) |
| 23 | +* improved indexing and added indexing as default lookup method ([#20](https://github.com/TheOpenDictionary/odict/issues/20)) ([03e9e2f](https://github.com/TheOpenDictionary/odict/commit/03e9e2f1229813b4ec3082aae0bfa61abb0cdb68)) |
| 24 | +* **java:** moved shared library into JAR ([05b3208](https://github.com/TheOpenDictionary/odict/commit/05b3208a85b78952a49f37c8163063132f0b7dd2)) |
| 25 | +* **java:** replaced Java lookups with lookupByKey instead of Bleve ([#21](https://github.com/TheOpenDictionary/odict/issues/21)) ([5717b9d](https://github.com/TheOpenDictionary/odict/commit/5717b9ddeb76e0610eab4ffd1da01e4d84f0e93d)) |
| 26 | +* **python:** added custom library resolution ([313593b](https://github.com/TheOpenDictionary/odict/commit/313593bbfb7033acb8a2e6de34c5b34638114a96)) |
| 27 | +* **python:** fix python build ([3df34ac](https://github.com/TheOpenDictionary/odict/commit/3df34ac46051e6e618e890e157527cffad2d44bd)) |
| 28 | +* **python:** fixed ODict path ([669cace](https://github.com/TheOpenDictionary/odict/commit/669cace5c290e6c7e84ce3d1c4e752e726873798)) |
| 29 | +* **python:** updated Python target visibility ([474856d](https://github.com/TheOpenDictionary/odict/commit/474856d4a7bec8c107f0fea89fb9926fc296cc7c)) |
| 30 | +* remove log ([3074eb0](https://github.com/TheOpenDictionary/odict/commit/3074eb0b2cfab990506fbc694e24665417925421)) |
| 31 | + |
3 | 32 | ## [0.0.5](https://github.com/TheOpenDictionary/odict/compare/v0.0.4...v0.0.5) (2022-11-06)
|
4 | 33 |
|
5 | 34 |
|
|
0 commit comments