Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

popular-city

Choose a tag to compare

@chrisdotcode chrisdotcode released this 22 Mar 19:51
· 2 commits to master since this release

Major Changes

N/A

Minor Changes

  • Allows non-array, non-string values to be node.class values.

    node.class is always an array, so if we're a string, we split on spaces, like how classes are specified when creating HTML strings, or if we're a non-array, non-string value, we wrap ourselves into single-element array.

Patch Changes

  • Moves the location of the isBooleanAttribute function.