Skip to content

Releases: caltechlibrary/dataset

JSON from stdin and file

06 Feb 21:44
Compare
Choose a tag to compare
Pre-release

Added support when creating new JSON objects in dataset to read the JSON from standard in or a filename.

Bug fix release

02 Feb 21:04
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release

Bug fixes and docs cleanup.

Bug fixes and improvements

30 Jan 20:37
Compare
Choose a tag to compare
Pre-release

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

23 Jan 21:10
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
v0.0.1-beta2

Quick save

Almost useful

20 Jan 21:52
Compare
Choose a tag to compare
Almost useful Pre-release
Pre-release
  • fleshed out select list operations
  • added more tests to package
  • update help docs

Proof of concept with minimal select list support

20 Jan 18:22
Compare
Choose a tag to compare

Added proof of concept select list support for working with a collection's keys or a subset of keys

Proof of conceprt

19 Jan 20:19
Compare
Choose a tag to compare
Proof of conceprt Pre-release
Pre-release

This is a proof of concept Go package and command line tool for managing JSON documents on disc.