v1.0.0-alpha.10
Pre-release
Pre-release
·
1000 commits
to main
since this release
- BREAKING: Rename
$jsonto$hermanfor clearer name-spacing - BREAKING:
_herman-inspect, and_herman-str-replace
are now considered private functions - BREAKING:
herman-map-compilealways returns inspected (json-ready) values,
and now accepts function args - BREAKING: Remove
herman-add-colors/-sizes/-ratios/-fontfrom 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$hermanand the appropriate accoutrement global
($colors,$ratios,$sizes,$fonts). - NEW:
displayColorsoption (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.