github fioncat/otree v0.6.3

13 hours ago

Features

Enhanced automatic Content Type detection. Even when users don't provide file extensions, otree can now automatically detect the ContentType based on the data content.

For example, the following command is now available:

echo '{"key": "value"}' | otree

Now otree will try invoking all parsers in order for unknown content, and whichever parser succeeds determines the format.

What's Changed

  • feat(parse): support detect content type from data by @fioncat in #111

Full Changelog: v0.6.2...v0.6.3

Don't miss a new otree release

NewReleases is sending notifications on new releases.