Skip to content

1.0.0

Choose a tag to compare

@nathancahill nathancahill released this 16 Nov 17:23
· 859 commits to master since this release

Breaking Changes:

  • Switch from element IDs to query selectors - thanks @gsanta!

Migration to 1.0:

  • Add # to IDs. If you previously had Split(['a', 'b']), this is now Split(['#a', '#b'])