- Updated some tests and added new ones
- Added new simple functions for primitive types.
- Added new function
hexToRGB
to convert hexadecimal values to RGB ones
- Updated some dependencies
- Removed require-runtime (My mistake! - I'm sorry!)
- Replace Babel for TypeScript
- Updated some dependencies
- Stop minifying the project - The bundles are in charge of that. Therefore,
Terser
was removed. - Adding
d.ts
declarations to help with functions. - Updated the documentation.
- Added new functions:
rmAttrFromObj
,valuesByKeys
.
- It was updated all the error messages.
- It was updated the some regex expressions.
- Using
Terse
to minify the code. - The documentation was updated. Visit: https://dracotmolver.github.io/quartz-js/
- Adding more tests
- Added browsers support