Releases: dmlls/python-casefy
Releases · dmlls/python-casefy
1.1.0
Compare
Sorry, something went wrong.
No results found
dmlls
released this
07 Mar 14:41
What's Changed
The keep_together parameter in snakecase and separatorcase now allows arbitrary substrings and not just uppercase, alphabetic characters (#6 ).
Full Changelog : v1.0.0...v1.1.0
1.0.0
Compare
Sorry, something went wrong.
No results found
dmlls
released this
30 Nov 10:08
What's Changed
Fix reportPrivateImportUsage reported by Pyright (by @richtea in #5 ).
After 2 years since last version, no further issues has been reported, so Casefy can now be considered stable!
Full Changelog : v0.1.7...v1.0.0
0.1.7
Compare
Sorry, something went wrong.
No results found
dmlls
released this
27 Dec 15:40
v0.1.7
What's Changed
This release only includes changes in the packaging logic:
Remove legacy setup.cfg and setup.py.
Change to hatchling as build backend.
Update project metadata.
Full Changelog : v0.1.2...v0.1.7
0.1.2
Compare
Sorry, something went wrong.
No results found
dmlls
released this
20 Mar 11:21
v0.1.2
What's Changed
Added py.typed to enable exported typing by @rob-blackbourn in #1
With 261c782 , the casefy module no longer exposes re and typing.List
New Contributors
Full Changelog : v0.1.1...v0.1.2
0.1.1
Compare
Sorry, something went wrong.
No results found
dmlls
released this
13 Feb 23:47