shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: date-time utils #29

Closed shravan20 closed 10 months ago

shravan20 commented 10 months ago

Summary by CodeRabbit

coderabbitai[bot] commented 10 months ago

Walkthrough

This pull request introduces a set of utility functions for date and JSON operations, along with their corresponding test cases. It also recommends VS Code extensions for Mocha testing and updates the .npmignore file to exclude the "lib/" directory from version control.

Changes

File Summary
.npmignore Added "lib/" directory to the list of ignored files.
.vscode/extensions.json Recommended VS Code extensions for Mocha testing.
lib/tests/.../test.spec.ts Added test cases for utility functions related to date and JSON operations.
lib/utility/DateUtils/index.ts Introduced a set of utility functions for working with dates.

🐇

"In the land of code, where the shadows lie,

A rabbit hops, under the cloudless sky.

With each leap, a new function's born,

In the realm of bytes, a new dawn is drawn.

Tests are written, extensions recommended,

In the world of code, all changes are splendid!" 🎉


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.