Skip to content

Releases: patelka2211/dominar

1.2.4 (July 12, 2023)

12 Jul 18:21
Compare
Choose a tag to compare

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)

05 Jul 14:00
Compare
Choose a tag to compare

Update

  • Provided 3 new APIs, which are isInstanceOfDominarTag(), isInstanceOfDominarTagList() and isInstanceOfParsedSVG().
  • Made major changes in code structure.

1.2.2 (June 23, 2023)

23 Jun 10:41
Compare
Choose a tag to compare

Update

  • Minor changes in render and insertChildren function.

Full Changelog: v1.2.1...v1.2.2

1.2.1 (June 20, 2023)

19 Jun 18:58
Compare
Choose a tag to compare

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)

16 Jun 09:02
Compare
Choose a tag to compare

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>