# Changelog

All notable changes to this project will be documented in this file.

## [0.0.17] - 21-4-2025

### Fixed

- Yea i forgot to build it so it didnt update

## [0.0.16] - 21-4-2025

### Fixed

- I forgot to remove a line of code for testing

## [0.0.15] - 21-4-2025

### Fixed

- I fixed an error

## [0.0.14] - 21-4-2025

### Added

- Added the `sort_array()` function that sorts arrays

## [0.0.13] - 20-4-2025

### Fixed

- Fixed `PostReq` and `GetReq` so they work now
- Fixed `readFromFile` and `writeToFile` so they work

### Updated

- Updated from `yap()` to `csl()` which is a shorten `console.log()`

- Updated the `README.md` so it shows the right things after the update

## [0.0.12] - 19-4-2025

### Added

- Added `CHANGELOG.md` Added this changelog

## [0.0.11] - 18-4-2025

### Added
- Added `README.md`

### Updated
- `getDateTime` so you can give it time and it will return "2025/04/19" or time and it will return "24:50:30" or day and it will return "Sat"

## [0.0.1] - 18-4-2025

### Added
- Initial release with the following functions:
  - `isEven`
  - `isOdd`
  - `PostReq`
  - `GetReq`
  - `sleep`
  - `yap`
  - `readFromFile`
  - `writeToFile`
  - `randomInt`
  - `getDateTime`