# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.7](https://github.com/janghye0k/doumi/compare/v1.1.3...v1.1.7) (2024-05-26)

### Features

- change dom methods (on, off) event-listener declaration ([b29b07c](https://github.com/janghye0k/doumi/commit/b29b07c5a21d63357b04a0cc77291ef7fbf194a9))

### Bug Fixes

- **create$:** resolving errors that occur when adding className ([0459ef2](https://github.com/janghye0k/doumi/commit/0459ef28e1144fa439acdda808a55c176815cdbf))
- isEqual - now arraylike(object) value are passing index ([e1d0d16](https://github.com/janghye0k/doumi/commit/e1d0d160230384c00dedeff578927449f501b720))
- remove this parameter in EvtListener ([294f597](https://github.com/janghye0k/doumi/commit/294f59725b9c25dc7d6ccbae2dd890da06083a86))

## [1.1.6](https://github.com/janghye0k/doumi/compare/v1.1.5...v1.1.6) (2024-02-15)

### Bug Fixes

- remove this parameter in EvtListener ([294f597](https://github.com/janghye0k/doumi/commit/294f59725b9c25dc7d6ccbae2dd890da06083a86))

## [1.1.5](https://github.com/janghye0k/doumi/compare/v1.1.4...v1.1.5) (2024-02-15)

### Features

- change dom methods (on, off) event-listener declaration ([b29b07c](https://github.com/janghye0k/doumi/commit/b29b07c5a21d63357b04a0cc77291ef7fbf194a9))

## [1.1.4](https://github.com/janghye0k/doumi/compare/v1.1.3...v1.1.4) (2024-02-15)

### Bug Fixes

- isEqual - now arraylike(object) value are passing index ([e1d0d16](https://github.com/janghye0k/doumi/commit/e1d0d160230384c00dedeff578927449f501b720))

## [1.1.3](https://github.com/janghye0k/doumi/compare/v1.1.2...v1.1.3) (2024-02-06)

### Bug Fixes

- get, set, has - find bracket strings and negative index path values ([fefa3eb](https://github.com/janghye0k/doumi/commit/fefa3eb4b2a0d31f7ec3a9a00d5f27d7cfcf36d4))

## [1.1.2](https://github.com/janghye0k/doumi/compare/v1.1.1...v1.1.2) (2024-02-02)

### Features

- update dom method (can use window & document as parameter) ([09e54e2](https://github.com/janghye0k/doumi/commit/09e54e2db7025167484df3562c7a9a05103e1961))

## [1.1.1](https://github.com/janghye0k/doumi/compare/v1.1.0...v1.1.1) (2024-02-01)

### Bug Fixes

- isNullish - return types ([2a61b08](https://github.com/janghye0k/doumi/commit/2a61b086cd5cc8a40e9c5fcaf7824b2b63982bd8))

# [1.1.0](https://github.com/janghye0k/doumi/compare/v1.0.2...v1.1.0) (2024-02-01)

### Features

- add utilities, times & useStorage ([1f44df1](https://github.com/janghye0k/doumi/commit/1f44df18c0d93bf96831890c3a30fd1a79d2f8ad))

## [1.0.2](https://github.com/janghye0k/doumi/compare/v1.0.1...v1.0.2) (2024-02-01)

### Bug Fixes

- DOM create$ - options type error fix ([db417e1](https://github.com/janghye0k/doumi/commit/db417e19a1272888d74e353b75f30e5e1a915523))

## [1.0.1](https://github.com/janghye0k/doumi/compare/v1.0.0...v1.0.1) (2024-01-31)

### Bug Fixes

- intersection method ([5c598d5](https://github.com/janghye0k/doumi/commit/5c598d5a90d50d1eee9b35a3a6e10aea1b4908ad))
- jsdocs - add missing type & description ([7e4372d](https://github.com/janghye0k/doumi/commit/7e4372d8a5e35f07f817bd707d593418173150f1))
- jsdocs & debounce export ([042bb3b](https://github.com/janghye0k/doumi/commit/042bb3b90bfa4ac3259d2a4466e725941d87e6a5))

# [1.0.0](https://github.com/janghye0k/doumi/compare/v0.1.0...v1.0.0) (2024-01-30)

### Bug Fixes

- create$ not assign options.props values ([067bf9b](https://github.com/janghye0k/doumi/commit/067bf9bbe307d534e83c640c81806bd4ea7825e1))

### Features

- add jsdocs comments (since, example) ([a5f9002](https://github.com/janghye0k/doumi/commit/a5f9002d52b1ce3e9dbea71b3549f58500313fa9))

# 0.1.0 (2024-01-24)

### Features

- add & change array utils ([2e6cc04](https://github.com/janghye0k/doumi/commit/2e6cc04ba688cf3e15fe8982b1279887cd9d7d90))
- add collection types ([cb12af7](https://github.com/janghye0k/doumi/commit/cb12af711a54766b811fefa3facbfafe2771db3f))
- add description ([61ae5d1](https://github.com/janghye0k/doumi/commit/61ae5d1ac4fec3c2f2783703643a832013f22996))
- add object utils ([78c89cc](https://github.com/janghye0k/doumi/commit/78c89cc225051cc3e1fe7edf25b68ede35eedd9c))
- base utilities ([18a3095](https://github.com/janghye0k/doumi/commit/18a3095e04b826f75b45a86dfd7070100a6af620))
- collection utils ([0a10efd](https://github.com/janghye0k/doumi/commit/0a10efdbbd15d115553a3a8651234bb44d601e83))
- DOM utilities ([1e79ffd](https://github.com/janghye0k/doumi/commit/1e79ffd860936293ca6bc1e994ad25fbba328f11))
- function utils ([1060d17](https://github.com/janghye0k/doumi/commit/1060d17a94fbd3f78314cd633ca49117010acd59))
- math utils ([14bcef7](https://github.com/janghye0k/doumi/commit/14bcef7f85d01af54192d522b7381e42594c8bad))
- merge typedef in index file, add develping collections & array utils ([6aa4bed](https://github.com/janghye0k/doumi/commit/6aa4bed22553ad2d2c0d4cbc975b751d863a99a5))
- move dir & add lang util (is) ([8ea3285](https://github.com/janghye0k/doumi/commit/8ea3285ef99f00c74ce15c010bfb68d12568f71a))
- move shuffile function to array utils ([1594c3a](https://github.com/janghye0k/doumi/commit/1594c3aa2d2840421332d9b7fb7c66c1b68f4b33))
- string utils ([6874cef](https://github.com/janghye0k/doumi/commit/6874cef3108ed0a292221d245b6414ec803cc8cf))
