Skip to content

Releases: nugget/roadtrip-go

Additional data types

29 Dec 03:12
4f368ed
Compare
Choose a tag to compare
Merge pull request #13 from nugget/additional-cleanup

Additional cleanup

v0.4.1

29 Dec 00:38
99510a2
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

  • Cleanup and comments by @nugget in #12
  • examples/vehiclestats now hard-coded to use the local package and not the latest release

Full Changelog: v0.4.0...v0.4.1

Restructure Unmarshal functions

28 Dec 23:09
a5c2417
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Restructure parsing/unmarshalling to be more Go native by @nugget in #9

Full Changelog: v0.3.1...v0.4.0

v0.3.1

28 Dec 09:03
f43ec32
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

What's Changed

  • Add vehiclestats example code by @nugget in #8
  • Cosmetic cleanup and refinement of golangci-lint

Full Changelog: v0.3.0...v0.3.1

Renaming types and names for consistency

28 Dec 07:24
cff5392
Compare
Choose a tag to compare

Renamed types and methods to be more consistent and abstract.

What's Changed

  • The great renaming has begun. by @nugget in #7

Full Changelog: v0.2.3...v0.3.0

Fix module declaration

28 Dec 05:52
36e5f41
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Enhance go doc comments and fix module declaration by @nugget in #6

Full Changelog: v0.2.1...v0.2.3

Minor cleanup and Doc commenting

28 Dec 05:48
817b453
Compare
Choose a tag to compare
Pre-release

Minor cleanup and Doc commenting

What's Changed

  • Update links in README to reflect new repo structure by @nugget in #5

Full Changelog: v0.2.0...v0.2.1

Package and Repo restructure

28 Dec 05:33
68bdd09
Compare
Choose a tag to compare
Pre-release

Restructured repo and changed the package include location.

What's Changed

  • Move roadtrip package to subdirectory by @nugget in #4

New Contributors

Full Changelog: v0.1.0...v0.2.0

Preliminary Development Release

27 Dec 21:14
72de1c8
Compare
Choose a tag to compare
Pre-release

Preliminary release supporting Road Trip CSV files matching version 1500,en

I'm using this version to build a few tools and I expect to be modifying as I discover new use cases and code paths that I want to support. You should be safe enough using it, though, the interfaces should be quite stable until I tackle Issue #3