Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

94 lines (63 loc) · 2.18 KB

datility Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 2022-06-18

Fixed:

  • npm, "This package does not have a README. Add a README to your package so that users know how to get started."

[0.1.0] - 2022-06-12

Added New Methods 🎉

All methods are accessible via Date object.

import "datility";

console.log(new Date(2022, 5, 3).addDays(1)); // => Sat Jun 04 2022 00:00:00 GMT+0300 (GMT+03:00)

Also, can import methods from the specified category:

import "datility";

manipulate category

import "datility/manipulate";
import "datility/manipulate/add";
import "datility/manipulate/subtract";
import "datility/manipulate/reference";

comparison category

import "datility/comparison";

working-days category

import "datility/working-days";

Manupulate category:
Add Manupulation Methods:
Subtract Manupulation Methods:
Reference Manupulation Methods:
Comparison category:
Working Days category: