Skip to content

Releases: JamJar00/fast-string-format

Object hierarchy traversal

02 Aug 20:41
de44dd0
Compare
Choose a tag to compare

This release implements object hierarchy traversal which means you can now access chains of properties like MyObject.Property.SomethingNested!

Big thanks to @vassilvk for the PR!

Fix case insensitivity

06 Jun 18:03
3eb49b5
Compare
Choose a tag to compare

This release fixes the string format parameters being case insensitive.

Technically this is a breaking change, however I am flouting the rules a little because of the youth of the project and because I view the case insensitivity as a bug rather than a feature. My apologies for the inconvineince regardless!

Initial release!

08 Apr 21:28
5e036d3
Compare
Choose a tag to compare
v1.0.0

Fix GitHub actions for release