24.0.2 (2019-11-10)
- typescript: fix types for makeBreakpointsMap (f465f2f)
24.0.1 (2019-11-10)
- adjust import for "makeBreakpointsMap" (8065638)
24.0.0 (2019-11-10)
- replace utils with lib (e45805f)
- replace getBreakpointsMap with makeBreakpointsMap
23.0.2 (2019-11-10)
- fix types for ratios (29eb845)
23.0.1 (2019-11-08)
- remove 'invariantWithPrefix' (472b623)
23.0.0 (2019-11-08)
- remove percentage, toEm, toPx, toRem, isNumeric invariant, mekeBreakpointsMap
- percentage, toPx, toEm, toRem, isNumeric, invariant
22.0.0 (2019-11-05)
- remove legacy utils (6e45649)
- remove functions is, type, head, tail, every,all, any, pipe, map,reduce,filter, createMemoize,invariantWithPrefix, getTailBreakpointsValues getTailBreakpointsNames, makeBreakpointNamesList, makeBreakpoints, getInitialBreakpoint, replace makeBreakpointsMap with getBreakpointsMap
21.0.1 (2019-07-26)
- scripts: add lint:all and pretty (e6b69b1)
21.0.0 (2019-07-21)
- travis: remove node.js 8 (070d743)
- travis: remove node.js 8
20.0.0 (2019-06-26)
- remove functions (3683436)
- getFirstLetter, getWordTail, camelize, normalizeString, separateWords, toKebabCase, toSnakeCase
19.1.1 (2019-05-05)
19.1.0 (2019-05-05)
19.0.0 (2019-04-24)
- remove lib from the gitignore (716ef90)
- add hasPx function (09e4960)
- remove BROWSER_VIEWPORT_WIDTH constant
- rename BROWSER_DEFAULT_FONT_SIZE with BROWSER_CONTEXT
18.1.1 (2019-04-11)
- package: update memoize-one to version 5.0.3 (d0f466e)
18.1.0 (2019-03-29)
- modular-scale: add memoization (b74ec3b)
18.0.0 (2019-03-26)
- total rafactoring (839fc4f)
- Rewrote the user configuration validation module, deleted Ramda and Flow. Reduced library size from 16.1kb to 4.07
17.1.3 (2019-03-23)
- package: update igogo to version 1.7.1 (81b5980)
17.1.2 (2019-03-16)
- package: update igogo to version 1.7.0 (1596b03)
17.1.1 (2019-03-02)
- fix paths (58cea83)
17.1.0 (2019-03-02)
- add function getBreaksModelOrDefaultModel (ea94f63)
17.0.0 (2019-03-02)
- rename utils (6f5ed76)
- rename makeBreakpointsMap with makeBreakpointsModel
16.0.0 (2019-03-02)
- add utils for breakpoints: add utils for breakpoints (262ae0e)
- add utils for breakpoints: add utils for breakpoints (009bd3d)
- add utils for breakpoints: add utils for breakpoints
- add utils for breakpoints: add utils for breakpoints
15.0.0 (2019-03-02)
- refactor: return helpers: return helpers (4e38fe6)
- refactor: return helpers: return helpers
14.0.0 (2019-03-02)
- make utils (fc074bf)
- transferred functions of percentage, toEm, toPx, isNumeric, camelize, modularScale, normalizeString, toKebabCase, toRem, toSnakeCase to the utils file
13.2.0 (2019-02-27)
- add source-maps (9da9668)
13.1.3 (2019-02-21)
- package: update igogo to version 1.6.0 (b32ff65)
13.1.2 (2019-02-21)
- package: update igogo to version 1.5.0 (db36102)
13.1.1 (2019-02-09)
- flow: fix flow-types (1d7b7c5)
13.1.0 (2019-02-09)
- get-all-values-of: remove maximum call stack error (ebc998a)
- rewritten in an immutable style (983da8a)
13.0.0 (2019-02-06)
- ratios: remove ratios from constants (c2e685b)
- ratios: add ratios (8f75c2e)
- ratios: remove regexes for postcss
12.1.0 (2019-02-06)
- calc-root: removed the rounding to a whole number (774299b)
12.0.0 (2019-02-04)
- modular-scale: uncurry modular-scale (c299571)
- modular-scale: uncurry modular scale.
Now the function accepts 3 parameters
step
,base
,ratio
11.2.1 (2019-02-04)
- modular-scale: fix flow-types (0948820)
11.2.0 (2019-02-03)
- modular-scale: fix flow-type (dc0e4ed)
- models: add type BreakpointWithoutRoot (ec9d04c)
11.1.2 (2019-02-03)
- fix flow-types for modularScale function (9ad04ab)
11.1.1 (2019-02-03)
- add correct flow-types (299605d)
11.1.0 (2019-01-31)
- add types for breakpoints (a011156)
11.0.1 (2019-01-27)
- fix error message (f016f77)
11.0.0 (2019-01-27)
- rename make-breakpoint (50a8694)
- rename make-breakpoint with make-breakpoints-map
10.0.0 (2019-01-27)
- modular-scale: change modular-scale function api (17b99cf)
- modular-scale: uncurry modular-scale
9.1.0 (2019-01-26)
- helpers: add helpers (15d9a27)
9.0.0 (2019-01-24)
- remove helpers and modular-scale (b294ded)
- remove fuctions modular-scale, camelize, normalizeString, toKebabCase, toPxIfHasEm, toSnakeCase, isNumeric
8.0.0 (2019-01-23)
- make-breakpoints: remove safe-make-breakpoints (ef3d8ea)
- make-breakpoints: make breakpoints function no longer returns the Maybe type. The associative array is returned
7.0.1 (2019-01-23)
7.0.0 (2019-01-23)
- safe-make-breakpoints: safe-make-breakpoints (185af95)
- safe-make-breakpoints: safe-make-breakpoints returns Maybe monad
6.1.0 (2019-01-23)
- flow: add flow types for makeBreakpoints (ba7d0c1)
- flow: add type BreakpointsModel (0f630b2)
6.0.0 (2019-01-23)
- make-breakpoints: change the output of the breakpoints (32ccd4d)
- make-breakpoints: breakpoints are not an array but an associative array
5.1.2 (2019-01-21)
- models: fix type for user-config (43ad00b)
5.1.1 (2019-01-21)
- percentage: add the type of 'string[]' to the function parameter (e4794b0)
5.1.0 (2019-01-18)
- hepers: fix path for isNumeric function (b221f70)
- rollup: add rollup-plugin-flow-entry (aff17f7)
5.0.1 (2019-01-17)
- travis: add script postbuild (fc7db31)
5.0.0 (2019-01-17)
- public-api: remove convertors object (c933b8d)
- add greenkeeper ignore (02c2478)
- postbuild script for automatic type generation (29126be)
- public-api: Object converters is no longer available outside. Now each function converter is requested separately
4.1.0 (2019-01-15)
- flow: add flow types available to end users (115520f)
4.0.1 (2019-01-12)
4.0.0 (2019-01-10)
- to-rem: instead of root function accepts an object of breakpoint type
- modular-scale: instead of root the function accepts an object of breakpoint type
3.0.5 (2019-01-06)
- ci: add gh token (baafa70)
- ci: update gh token (150b10a)
- semantic-release: add github plugin (6eef8fa)
- to-rem: add pasefloat for font-size (92b866b)
3.0.4 (2019-01-06)
3.0.3 (2019-01-04)
3.0.2 (2018-12-29)
3.0.1 (2018-12-27)
- package.json: fix path for es.js files (6d95927)
3.0.0 (2018-12-27)
- index.js: changed the number of exported files (3c37402)
- index.js: added the ability to export helpers, calculators, convertors and constants
2.0.0 (2018-12-25)
- percentage function: returns the result as a percentage (d591187)
- percentage function: Percentage function returns a string instead of a number.
1.2.0 (2018-12-25)
1.1.0 (2018-12-25)
- update invarant fn test (7a57413)
- ramda: change import for ramda (ffe19db)
- separate-words: change default separator (22535a4)
- commitizen: cz-conventional-changelog (d97825e)
- add editor config (9aa6647)
- commitlint: add commentlint config (31615f8)
- add icons in readme (44e3938)
- add index an index file to import all helpers (8a62374)
- add index.js (4a85c1e)
- BREAKING CHANGE fuilly refactored (784c55e)
- eslintignore: add lib and es directories (bb16aa5)
- husky: add husky config (4821f27)
- package.json: add clean script (cbe1ea0)
- roolup: add rollup config (37b89e6)
- scripts: add init script (ac3f4c5)
- yarn: add yarn.lock (20b7d14)