All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2024-02-01
- More tests for
DoAnnotation
- Bump Go to 1.18
- Refactor empty interfaces to
any
1.1.1 - 2024-01-19
- Adding validation for file
- Proper errors for
WordsFile
1.1.0 - 2024-01-11
- Adding
WithSuffix
API - Adding
Suffix
type in "Core" package - Adding
DoAnnotation
API - File state and emptiness checking for
WordsFile
- Adding helper functions:
GetBy
FindBy
- Proper error message for benchmarks
1.0.4 - 2023-12-21
- Adding "misspell" to Makefile
- Adding new badges to "README.md"
- Package import in "example_test.go"
1.0.3 - 2023-12-17
- File validations for
WordsFile
- Separate github workflow files for test and coverage
- Refine tests
1.0.2 - 2023-12-15
- 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"
- Rename "Collection" function in "internal" to "Treasure"
- Some refinement in "internal_test.go"
1.0.1 - 2023-12-14
- misspelled English words
1.0.0 - 2023-12-14
- WordsRepository
- WordsCollection
- WordsFile