Skip to content

Commit

Permalink
991004 change version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-ab committed Dec 24, 2020
1 parent a49057c commit 608708c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion dist/PersianDate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/PersianDate.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/PersianDate.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/PersianDate.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/PersianDate.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/PersianDate.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alireza-ab/persian-date",
"version": "2.0.2",
"version": "2.1.0",
"description": "A lightweight but professional library for working with Persian dates",
"main": "./dist/PersianDate.min.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/PersianDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,8 @@ const PersianDate = function (date, calendar) {
//TODO: combine the add functions with sub functions
//TODO: add the special character for get in all calendars
//TODO: do better isSame - isBetween - clone --> if is possible
//TODO: add doc for "`" character in toString function
//TODO: add doc for "`" and "?" character in toString function
//TODO: refactor

export default PersianDate;

Expand Down

0 comments on commit 608708c

Please sign in to comment.