- Creation of the package
- Fix model import
- enum translation strings
- add field [List? references] to UserNotes
- Field is used to store the references of the note
- changed the field tags [String?] on UserNotes to [List? tags]
- Add [List? wordsHighlighted] to UserNotes
- Add [WordsHighlighted] class
- verse folder for user
- Add [List? wordsHighlighted] to [VerseView]
- Add [highlight] type to the enum [TypeAttributes]
- Change the VerseView to use UserVerse, all fields will be on the class
- Add json generation to AnalizeGrammar
- Removed some old code
- Add [NlpVerse] class
- Add to BibleVersion field [hash]
- Default value 'pt-br' to language
- Commentary on fields
- Fix field type on [hashBibleVersion] on [NlpVerse]
- change [analysisGrammar] on [NlpVerse] to [List]
- add [WordPartOfSpeechView]
- add Enum to [WordPartOfSpeech] variables result
- Add to Export
- Add Extensions for Enum
- Add commentary on enum
- Add Enum to [WordDependencyEdge] variables result
- Add Extension for [TypeWordDependencyEdgeLabel]
- Add title to all type.word.part.of.speech Enums
- Add Custom Extension for Enum
- Add AnalizeText (Response from Google cloud NLP)
- Add NlpChapter
- Deprecated NlpVerse (to remove next version of bible aletheia)
- Fix parser fromMap
- Fix parser fromMap for Enum
- Remove NlpVerse
- Add List? references; to UserVerse
- User can add personal references to verse
- Add String? description; to References
- Can be used to store some information about the reference
- Add interface for the repository. This will create a interface between the repository and the database acess
- Upgrade pubspec
- Upgrade sdk version
- add Equalizer to BookView
- Add searchVerse on RepositoryVerse
- Search for words on verse,
- filter by: division? book? bibleVersion?
- limit request and do pagination
- Search for words on verse,
- Add to TypeAttributes {underlineColor, underlineThickness, underlineStyle}
- Add Model SearchVerse
- Organize the View on separete paste
- Add getVersesByLexico (get the verses that belong to the lexico)
- Change from Flutter package to Dart package
- Remove the Interface from this package and moved to the aletheia_core_interface_repository and aletheia_core_interface_controller
- Add json encoding to VerseView and ViewCrossReference
- Add UserChapter, Pericope, Tag
- this give the option to add pericope to the chapter
- Tag will give the option to add tag to the pericope, and future to add tag to the verse/user notes
- add TypeSearchVerse to define the type of search, if is on the DATABASE or throw AI