File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ numbers.
1111
1212## Download
1313
14- * [ Development build] ( https://raw.github.com/KenanY/primality/1.5.5 /dist/primality.js )
15- * [ Production build] ( https://raw.github.com/KenanY/primality/1.5.5 /dist/primality.min.js )
14+ * [ Development build] ( https://raw.github.com/KenanY/primality/1.5.6 /dist/primality.js )
15+ * [ Production build] ( https://raw.github.com/KenanY/primality/1.5.6 /dist/primality.min.js )
1616
1717## Features
1818
@@ -152,8 +152,8 @@ primality.isWilsonPrime(563);
152152
153153## Release Notes
154154
155- ### 1.5.5
155+ ### 1.5.6
156156
157- - Use this one. Not anything from 1.5.1 to 1.5.4
157+ - Halved file size by simplifying internal utility functions
158158
159159The full changelog is available [ here] ( https://github.com/KenanY/primality/wiki/Changelog ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " primality" ,
3- "version" : " 1.5.5 " ,
3+ "version" : " 1.5.6 " ,
44 "main" : " ./dist/primality.js" ,
55 "ignore" : [
66 " .*" ,
Original file line number Diff line number Diff line change 22 "name" : " primality" ,
33 "repo" : " KenanY/primality" ,
44 "description" : " JavaScript library for prime numbers." ,
5- "version" : " 1.5.5 " ,
5+ "version" : " 1.5.6 " ,
66 "keywords" : [
77 " browser" ,
88 " client" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " primality" ,
3- "version" : " 1.5.5 " ,
3+ "version" : " 1.5.6 " ,
44 "description" : " A JavaScript library for prime numbers." ,
55 "keywords" : [
66 " browser" ,
Original file line number Diff line number Diff line change 11/*!
2- * primality v1.5.5
2+ * primality v1.5.6
33 * (c) 2012–2013 Kenan Yildirim
44 *
55 * Includes functions from Lo-Dash
You can’t perform that action at this time.
0 commit comments