Releases: patelka2211/dominar
Releases · patelka2211/dominar
1.2.4 (July 12, 2023)
Updates
- Provided 2 new APIs
attachEventListeners
,detachEventListeners
and so many types for TypeScript.
Full Changelog: v1.2.3...v1.2.4
1.2.3 (July 5, 2023)
Update
- Provided 3 new APIs, which are
isInstanceOfDominarTag()
,isInstanceOfDominarTagList()
andisInstanceOfParsedSVG()
. - Made major changes in code structure.
1.2.2 (June 23, 2023)
1.2.1 (June 20, 2023)
Update
Made structural changes in the IIFE file and some minor changes in codebase.
Full Changelog: v1.2.0...v1.2.1
v1.2.0 (June 16, 2023)
Dominar v1.2.0
Dominar is a powerful library designed to make it easy for developers to manipulate the Document Object Model (DOM) and create dynamic HTML content. Dominar empowers you to take control of your web development projects like a pro. Unleash the power to dominate the DOM with Dominar.
Installation
To install Dominar using npm, run the following command:
npm i @patelka2211/dominar
Alternatively, you can include Dominar's IIFE file in your website using a <script>
tag:
<script src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/Dominar.js"></script>