Skip to content

v1.0.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgerigmeyer jgerigmeyer released this 14 Sep 18:19
· 862 commits to main since this release
  • BREAKING: Rename $json to $herman for clearer name-spacing
  • BREAKING: _herman-inspect, and _herman-str-replace
    are now considered private functions
  • BREAKING: herman-map-compile always returns inspected (json-ready) values,
    and now accepts function args
  • BREAKING: Remove herman-add-colors/-sizes/-ratios/-font from utils
  • BREAKING: Require Node >= 6.0.0
  • NEW: Use herman-add($key, $map, $args…) to add maps directly to $herman,
    with optional function/args to compile raw map values
  • NEW: Use accoutrement-add($type, $key, $map) to automate compilation
    of accoutrement (color, ratio, size, font) maps,
    while adding to both $herman and the appropriate accoutrement global
    ($colors, $ratios, $sizes, $fonts).
  • NEW: displayColors option (type: Array, default: ['hex', 'rgb', 'hsl'])
  • CHANGE: Group identical colors in color-palette –
    #123
  • BUGFIX: Fix blocks with multi-line selectors and custom @name annotations –
    #140
  • DOCS: Move to docs/ and include in repo.