Releases: gnames/gnparser
Releases · gnames/gnparser
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
CHANGELOG
- Add: update version handling, readme.
- Add: remove gnlib package.
- Add [#140]: remove config package.
- Add: cleanup constructor methods names.
- Add [#139]: make package names less abstract.
- Fix [#137]: add correct VerbatimID for HTML-containing names.
- Add [#136]: Man page
- Add [#100]: Switch continuous integration to use GitHub Actions.
- Add [#129]: Make c-binding usable for biodiversity parser.
- Fix [#135]: Changes: SubGenus->Subgenus, InfraSpecies->Infraspecies
v1.0.0
CHANGELOG
- Add [#127]: Update documentation to v1.0.0.
- Add [#122]: Implement parsing as a stream in addition to batch parsing.
- Add [#126]: Update c-binging to v1.0.0.
- Add [#131]: Add parameters "with_details" and "csv" to REST API.
- Add [#134]: Transofrm "positions" section to "words" section.
- Add [#128]: Add more examples to OpenAPI specification.
- Add [#125]: Describe changes from v0.x to 1.x.
- Add [#132]: Add context.Context to control lifespan of
go routines
. - Add [#115]: Migrate tests from ginkgo to plain tests.
- Add [#109]: Move
web
packag toio
. - Add [#124]: Document warnings for each quality category.
- Add [#121]: Convert
package
parser to use interfaces. - Add [#120]: CLI app for newly created functionality.
- Add [#119]: Formatted output for
output.Parsed
. - Add [#117]: Convert failed parsing results to
output.Parsed
. - Add [#114]: Convert parsing result to
output.Parsed
. - Add [#118]: Add
Verbatim
andYear
fields to the root ofAuthorship
. - Add [#107]: Move
grammar
package toentity
and rename toparser
. - Add [#110]: Move
stemmer
toentity
. - Add [#113]: Move
str
package toentity
. - Add [#112]: Move
preprocess
package toentity
. - Add [#105]: Move
fs
package toio
. - Add [#111]: Move
dict
package toio
. - Add [#106]: Describe main use-case via interface.
- Add [#104]: Add configuration package.
- Add [#103]: Create an output.Parsed object that can be used in Go and as JSON.
- Add [#101]: Start using gnlib where it makes sense.
- Add [#99]: Move code to GitHub and change links accordingly.
- Add [#95]: Remove dependency on gRPC and protobuf.