Releases: caltechlibrary/dataset
Releases · caltechlibrary/dataset
JSON from stdin and file
Added support when creating new JSON objects in dataset to read the JSON from standard in or a filename.
Bug fix release
Bug fixes and docs cleanup.
Bug fixes and improvements
Bug fixes. In the Go package have added support for custom select list sort functionality by defining a CustomLessFn on the SelectList struct. This allows supporting complex sorts of select lists made up of composite keys (e.g. title|group|pubDate|recID where you want to sort pubDate in descending order when title and group are in ascending order).
Bug fixes
v0.0.1-beta2 Quick save
Almost useful
- fleshed out select list operations
- added more tests to package
- update help docs
Proof of concept with minimal select list support
Added proof of concept select list support for working with a collection's keys or a subset of keys
Proof of conceprt
This is a proof of concept Go package and command line tool for managing JSON documents on disc.