Skip to content

Releases: mishankov/crazy-imports

v0.2.1

23 Jan 22:32
24b8982
Compare
Choose a tag to compare

What's Changed

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

Add toml files support

12 Nov 19:38
42b3c41
Compare
Choose a tag to compare
  • .toml extension for files
  • Security updates

What's Changed

Full Changelog: v0.1.2...v0.2.0

Python 3.10 updates

10 Oct 11:15
5bd0a6a
Compare
Choose a tag to compare
  • Update CI for Python 3.10
  • Drop support for Python 3.6
  • Security updates

Full Changelog: v0.1.1...v0.1.2

Minor fixes

26 Dec 19:23
Compare
Choose a tag to compare
  • Internal refactoring
  • Updated CI
  • Documentation fixes

Add pickle files support

25 Dec 10:15
f5b884e
Compare
Choose a tag to compare
  • .pickle extension for pickle files

Add contributing info to repo and documentation

21 Dec 19:23
21d4001
Compare
Choose a tag to compare
v0.0.6

Contributing (#10)

Minor fixes and optimizations

19 Dec 20:00
f1d0b88
Compare
Choose a tag to compare
Pre-release
v0.0.5

Minor fixes and optimizations (#8)

Multiple extensions for SQLite3 and YAML files

19 Dec 12:32
df28350
Compare
Choose a tag to compare
  • .sqlite3 and .sqlite for SQLite3 database files
  • .yaml and .yml for YAML files

Add yaml files support

19 Dec 02:23
f4cd5f4
Compare
Choose a tag to compare
Pre-release
v0.0.3

Add yaml support (#4)

Add CSV files support

18 Dec 21:58
be7c56f
Compare
Choose a tag to compare
Add CSV files support Pre-release
Pre-release
v0.0.2

Add publish GitHub Action (#3)