Skip to content

Releases: TheOpenDictionary/odict

v1.9.1

13 Feb 03:24
45fd70e
Compare
Choose a tag to compare

1.9.1 (2023-02-13)

Bug Fixes

  • deps: update module github.com/urfave/cli/v2 to v2.24.3 (e8bd9bf)
  • go: always show description for groups (97e8a62)
  • js: update TypeScript types (dde8af5)
  • lookup: fix follow flag for fallback lookups (fb0748d)
  • remove component for cli (f3618e2)

js: v0.1.1

13 Feb 03:24
45fd70e
Compare
Choose a tag to compare

0.1.1 (2023-02-13)

Bug Fixes

  • js: update TypeScript types (dde8af5)

v1.9.0

01 Feb 18:30
8d36046
Compare
Choose a tag to compare

1.9.0 (2023-02-01)

Features

  • 1.5.0 refactor (#30) (193519f)
  • add example sentences to schema (#32) (298e71f)
  • add LICENSE file (3fba965)
  • add pronunciation attribute (#92) (89bbe01)
  • add support for entry aliasing (#61) (077d947)
  • add support for Japanese-specific POS tags (#66) (2dd7171)
  • add support for pretty-printing entries (#62) (24d82bc)
  • add TypeScript library (#33) (24e2a39)
  • added "merge" and "dump" commands (#10) (ca9423c)
  • added basic e2e tests and updated godoc (#11) (80ca45c)
  • added CI pipeline (45c31a8)
  • added force indexing to Java and added ODICT_INDEX_DIR env variable (62b2d68)
  • added in-repo docs (#22) (b64550d)
  • added index option (bf9a6b7)
  • added Java library + moved to Bazel monorepo (#13) (fdb8304)
  • added lookup command (22d2549)
  • added Python extension (#14) (5235b64)
  • attempt to setup Release Please (6640e94)
  • ci: add component names to release-please (7bba8ff)
  • cli: add lexicon command (#58) (cb40db1)
  • cli: added -i flag to search command (c08aebc)
  • created FUNDING.yml (aa70c6f)
  • expand POS tags (1a12dcc)
  • extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O (#15) (9c5c251)
  • fix pretty-printing and disable case insensitivity (aef0f41)
  • go: add split command (#31) (71814fc)
  • java: added toJSON method to Entry (d566821)
  • java: updated Java implementation to use more efficient Bleve search (#19) (23d465e)
  • js: added repository link (a1c77e4)
  • jvm: replaced Klaxon in favor of Moshi in lookup() function (#44) (d960814)
  • Ported entire codebase to Go for stability + scalability (#8) (ebc652f)
  • ported Java lookups to native code to increase performance (#17) (086a063)
  • removed docs directory (d6bdd8a)
  • renovate: enable automerge and updateLockFiles (a1d96ad)
  • setting up Maven deployment (#24) (5984beb)
  • updated code to export C functions (bb8163f)

Bug Fixes

  • [BREAKING] updated content length size to be 8 bytes instead of 4 (639dbab)
  • added back library target (069903e)
  • added bridge archive as data dep (f5d44c9)
  • attempt to fix various memory leaks (#16) (bb33fa3)
  • bazel: referenced patch by repo name (6d2c80c)
  • bazel: updated to use workspace name (8252ac4)
  • bridge: set lookup to use exact search (2c783e2)
  • build: updated dependencies (f6e4fe6)
  • changed vellum dependency to not rely on git (4f52d28)
  • changed vellum git URL (eb5ce8f)
  • ci: fixed actions (62c0064)
  • ci: update release-please config (eceac85)
  • ci: updated release-please to only publish for released packages (7e2e083)
  • cli: write lexicon to stdout (461725c)
  • consolidate jvm_rules_external (030a1d9)
  • corrected module name (6eca61d)
  • corrected Python dll path (60c80fd)
  • corrected searching feature (0df307e)
  • deps: update dependency com.google.guava:guava to v31.1-jre (61f9ece)
  • deps: update module github.com/blevesearch/bleve/v2 to v2.3.5 (#36) (3d4f20d)
  • deps: update module github.com/blevesearch/bleve/v2 to v2.3.6 (bec0d8c)
  • deps: update module github.com/fatih/color to v1.14.0 (1384993)
  • deps: update module github.com/fatih/color to v...
Read more

python: v0.2.0

01 Feb 18:30
8d36046
Compare
Choose a tag to compare

0.2.0 (2023-02-01)

Features

  • 1.5.0 refactor (#30) (193519f)
  • add support for entry aliasing (#61) (077d947)
  • add support for Japanese-specific POS tags (#66) (2dd7171)
  • add support for pretty-printing entries (#62) (24d82bc)
  • add TypeScript library (#33) (24e2a39)
  • added force indexing to Java and added ODICT_INDEX_DIR env variable (62b2d68)
  • added Python extension (#14) (5235b64)
  • extended Java and Python bindings to hold base64 dictionary in-memory to prevent constant I/O (#15) (9c5c251)
  • go: add split command (#31) (71814fc)
  • java: updated Java implementation to use more efficient Bleve search (#19) (23d465e)

Bug Fixes

  • attempt to fix various memory leaks (#16) (bb33fa3)
  • corrected Python dll path (60c80fd)
  • fix tests (8bbf73d)
  • fixes splitting and return 2D array from CI (#35) (4e80729)
  • improved indexing and added indexing as default lookup method (#20) (03e9e2f)
  • java: moved shared library into JAR (05b3208)
  • java: replaced Java lookups with lookupByKey instead of Bleve (#21) (5717b9d)
  • python: added custom library resolution (313593b)
  • python: fix python build (3df34ac)
  • python: fixed ODict path (669cace)
  • python: remove log (8f43725)
  • python: updated Python target visibility (474856d)
  • remove log (3074eb0)

js: v0.1.0

01 Feb 18:30
8d36046
Compare
Choose a tag to compare

0.1.0 (2023-02-01)

Features

Bug Fixes

v1.8.5

07 Jan 23:57
3f2c5f7
Compare
Choose a tag to compare

1.8.5 (2023-01-07)

Bug Fixes

  • ci: update release-please config (eceac85)
  • deps: update module github.com/google/flatbuffers to v22.12.6+incompatible (6287eb4)
  • deps: update module github.com/schollz/progressbar/v3 to v3.13.0 (a840651)
  • store all keys as lowercase (b405776)

v1.8.4

05 Jan 04:35
00055c0
Compare
Choose a tag to compare

1.8.4 (2023-01-05)

Bug Fixes

theopendictionary: v0.0.5

05 Jan 04:35
00055c0
Compare
Choose a tag to compare

0.0.5 (2023-01-05)

Bug Fixes

v1.8.3

04 Jan 22:29
729adc0
Compare
Choose a tag to compare

1.8.3 (2023-01-04)

Bug Fixes

  • deps: update dependency com.google.guava:guava to v31.1-jre (61f9ece)
  • deps: update module github.com/blevesearch/bleve/v2 to v2.3.6 (bec0d8c)
  • deps: update module github.com/schollz/progressbar/v3 to v3.12.2 (3962131)
  • deps: update module github.com/stretchr/testify to v1.8.1 (5deb242)

v1.8.2

29 Dec 19:58
4cffdcc
Compare
Choose a tag to compare

1.8.2 (2022-12-29)

Bug Fixes

  • go: fix issue where usages required a valid part-of-speech (cf5163a)
  • python: remove log (8f43725)