Skip to content

v0.1.0

Compare
Choose a tag to compare
@aswinkarthik aswinkarthik released this 26 Apr 15:42
d05cccf

Changelog

d05cccf Merge pull request #5 from kishaningithub/goreleaser_integration
6170b1f Merge pull request #4 from kishaningithub/badges_to_readme
7e9a978 Merge pull request #7 from kishaningithub/glide_integration
e5bcdd2 Integrate glide for reproducible installations
8211639 Trigger go releaser when a release is tagged
6701159 Add go releaser config in goreleaser.yml
38cc81e Merge remote-tracking branch 'upstream/master'
9ff3492 Add demo
7b132f5 Add benchmark test and results
e0feac4 Fix documentation for Flag change
ae123e5 Add documentation
87d83fc Put travis badge in read me
2c1d8fe Add travis config file
41aedf0 Add Go Doc, Go Report Card, Latest Release badge to readme
c3dec07 Add demo
facb093 Add benchmark test and results
4973ec1 Fix documentation for Flag change
57be4b9 Add documentation
c00907c Merge pull request #2 from kishaningithub/travis_integration
c0b6311 Put travis badge in read me
ac1b2c0 Add travis config file
7806243 Add spinner for jazziness
729b67d Change output format for clarity
391192d Update README.md
7adecca Add feature to specify few columns to consider for value hash
25df6d8 Update README.md
837df49 Add Documentation
033bb79 Rename csv-digest to csvdiff
dff98e4 Remove encoder option
98122bd Change input-file option name to delta-file
8a9b106 Run digests of two files and the comparator in background
09358c7 Add options to specify additions and modifications csv
816c665 Add source map option to get the actual added/modified row
701f85e Compare a base csv with the new csv and print changes
9e0c77f Stop serializing base file to output
9a0da7f Read line by line instead of all lines
34a2a2c Add command line options to choose input, output, encoder and key-positions
8ae552f Output is a hash of key's digest to line's digest
0e67134 Make digest cmd take input from stdin and output to stdout using Json encoder
c5276a9 Initial commit