You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace the BSD license with the MIT license.
- Bumb new versions in the subrepos.
- Update Readme to reflect the global changes.
- Update hading of Changelogs.
- Update markdownlint config.
Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# JSBits
2
2
3
-
[![License][license-badge]][license-url]
3
+
_Public library of professional high-quality functions for JavaScript and TypeScript._
4
+
5
+
[![License][license-badge]](LICENSE)
4
6
[![AppVeyor test][appveyor-badge]][appveyor-url]
5
7
[![Travis test][travis-badge]][travis-url]
6
8
[![coverage][codecov-badge]][codecov-url]
7
-
[![Codacy][codacy-badge]][codacy-url]
8
-
[![Code Climate][climate-badge]][climate-url]
9
-
10
-
Public library of professional high quality functions for JavaScript and TypeScript.
9
+
[![code quality][codacy-badge]][codacy-url]
10
+
[![maintainability][climate-badge]][climate-url]
11
11
12
12
The functions of JSBits are written in TypeScript 3 and meet stringent quality requirements.<br>They were designed to be efficient and robust, work in _strict mode_ and are tested with 100% coverage.
13
13
@@ -29,41 +29,41 @@ _**NOTE:** This work is in its infancy, I will be adding more functions as my ti
29
29
30
30
### [addMonths](packages/add-months/README.md)
31
31
32
-
Adds or sustract X months to any JavaScript Date, local or UTC.
32
+
Adds or subtracts N months to any JavaScript Date, local or UTC.
33
33
34
-
v1.1.1– Group: date – Author: aMarCruz
34
+
v1.1.2– Group: date – Author: aMarCruz
35
35
36
36
### [deepClone](packages/deep-clone/README.md)
37
37
38
38
Performs a deep cloning of an object own properties and symbols, with loosy or exact behavior.
@@ -126,37 +126,36 @@ In addition to increasing the number of functions...
126
126
127
127
I'm a full-stack developer with more than 20 year of experience and I try to share most of my work for free and help others, but this takes a significant amount of time and effort so, if you like my work, please consider...
128
128
129
-
<!-- markdownlint-disable MD033 -->
130
-
[<img src="https://amarcruz.github.io/images/kofi_blue.png" height="36" title="Support Me on Ko-fi" />][kofi-url]<br>
131
-
<!-- markdownlint-enable MD033 -->
129
+
[<img src="https://amarcruz.github.io/images/kofi_blue.png" height="36" title="Support Me on Ko-fi" />][kofi-url]
132
130
133
131
Of course, feedback, PRs, and stars are also welcome 🙃
134
132
135
133
Thanks for your support!
136
134
137
135
### Thanks
138
136
139
-
Special thanks to [BrowserStack](https://www.browserstack.com) for their excellent service.
137
+
Special thanks to [BrowserStack][11] for their excellent service.
0 commit comments