mirror of https://github.com/dsoprea/go-exif.git
The upshot of this is that generating a list of type-correct slices or a string from a tag's value is now stupidly easy. - Broke parsing into an independent type (parser.go:Parser). - Moved primary value-processing logic to `ValueContext` so that it coexists with the actual data (though as much basic functionality as possible is implemented independently and reused here). This eliminates extremely ridiculously obtuse usage procedure. - Deprecated almost all existing TagType functionality (in order to distance us from this now-legacy usage pattern). Existing functionality maintained for now. We'll drop it when we do the next release major. - `ValueContext` is now passed by reference. |
||
---|---|---|
.. | ||
main.go | ||
main_test.go |