Releases: suryarajendhran/change-css
Releases · suryarajendhran/change-css
Major release yay! 🎊
This release adds a UMD module so that the users can easily import the module into regular packages. Although this doesn't directly affect users, integrations tests are finally added! One more feature (adding a CSSRule) and the package will contain all the basic functions for manipulating CSS Rules!!
- Merge branch 'master' of https://github.com/suryarajendhran/change-css 18fe91c
- add npmignore b348a9f
- Update README.md 6c90ac4
- Add build badge b9ebdca
- Build vue test project with test-server script cc4299b
- Add .DS_Store to .gitignore 11aefdd
- Add more meaningful names to folders 25fa110
- Setups tests to run 500bdd7
- add custom port to test directory 39c8d04
- Update package.json 3ab10f0
- Update node.js.yml 8b36be2
- Update node.js.yml b0bf360
- Merge branch 'master' of https://github.com/suryarajendhran/change-css 58931d5
- Add change-css link to fix test 06c63ee
- Update node.js.yml 919be39
- Update node.js.yml 50f4c7f
- Update node.js.yml f91435e
- Update .gitignore and add test_directory 26a5c23
- Merge branch 'master' of https://github.com/suryarajendhran/change-css a562348
- Update package-lock.json de3394f
- Create node.js.yml f511059
- Update tests 038c483
Updating README
Add UMD support
Adds clearer documentation
- docs(README.md): typescript and modifyCSSRule 5087653
Typescript, modifyCSSRule() and linting
Hello everyone! This release adds typescript support and linting using ESLint. In addition to this, I've added a new function to modify cssRules directly: modifyCSSRule.
Why do we need modifyCSSRule()
?
- Reduces the number of steps users need to perform to change CSS rules.
- Opens the possibility to add a checker feature that can check to see if a CSSRule has been modified correctly.
Better documentation and first function (getCSSRule)
Added a proper README and the first function is added: getCSSRule