Skip to content

v0.2.2

Choose a tag to compare

@jefgodesky jefgodesky released this 31 Mar 17:54
· 10 commits to main since this release

This update adds the option to include null values in the classes attribute passed to the create method. This allows for easier writing of conditional classes, as you can now include ternary logic directly in the array without an additional filtering step. Instead, the create method takes care of the filtering for you.