Skip to content

Releases: saleh-rahimzadeh/go-words

v1.2.0

01 Feb 15:41
Compare
Choose a tag to compare

Added

  • More tests for DoAnnotation

Changed

  • Bump Go to 1.18
  • Refactor empty interfaces to any

v1.1.1

19 Jan 09:56
Compare
Choose a tag to compare

Added

  • Adding validation for file

Changed

  • Proper errors for WordsFile

v1.1.0

11 Jan 09:33
Compare
Choose a tag to compare

Added

  • Adding WithSuffix API
  • Adding Suffix type in "Core" package
  • Adding DoAnnotation API
  • File state and emptiness checking for WordsFile
  • Adding helper functions:
    • GetBy
    • FindBy

Changed

  • Proper error message for benchmarks

v1.0.4

21 Dec 06:18
Compare
Choose a tag to compare

Added

  • Adding "misspell" to Makefile
  • Adding new badges to "README.md"

Fixed

  • Package import in "example_test.go"

v1.0.3

17 Dec 10:37
Compare
Choose a tag to compare

Added

  • File validations for WordsFile
  • Separate github workflow files for test and coverage

Changed

  • Refine tests

v1.0.2

15 Dec 11:53
Compare
Choose a tag to compare

Added

  • Test coverage to Makefile
  • Go Report Card and Coverage (https://img.shields.io) badges to README
  • Checking for "Scanner" errors in "WordsFile.FindUnsafe"
  • Tests for "Instantiation"
  • More tests for "WordsFile"

Changed

  • Rename "Collection" function in "internal" to "Treasure"
  • Some refinement in "internal_test.go"

v1.0.1

14 Dec 12:59
Compare
Choose a tag to compare

Fix misspelled English words

v1.0.0

14 Dec 12:33
Compare
Choose a tag to compare

Added

  • WordsRepository
  • WordsCollection
  • WordsFile