Skip to content

Releases: jefgodesky/unobtrusive-dom

v0.2.4

31 Mar 18:40

Choose a tag to compare

Fix build process to include index.d.ts files for use in Typescript projects.

v0.2.3

31 Mar 18:20

Choose a tag to compare

This update adds the option to include null values in the classes attribute passed to the create method, and to the hasClass, addClass, removeClass, and toggleClass methods. 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.

v0.2.2

31 Mar 17:54

Choose a tag to compare

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.