File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.2 / 2014-09-09
2
+ ------------------
3
+
4
+ * Fix plural for radian and add missing ones for time units
5
+ * Add "gon" international standard symbol as gradian alias
6
+ * Fix units of force
7
+ * Allow whitespaces between sign and scalar and do not accept sign
8
+ without scalar
9
+
1
10
1.4.1 / 2014-05-14
2
11
------------------
3
12
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and within browsers.
15
15
16
16
### Browser
17
17
18
- Download [ latest release v1.4.1 ] ( https://raw.github.com/gentooboontoo/js-quantities/v1.4.1 /src/quantities.js )
18
+ Download [ latest release v1.4.2 ] ( https://raw.github.com/gentooboontoo/js-quantities/v1.4.2 /src/quantities.js )
19
19
or install it with Bower:
20
20
21
21
bower install js-quantities
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-quantities" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " JavaScript library for quantity calculation and unit conversion" ,
5
5
"main" : " ./src/quantities.js" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 3
3
"main" : " ./src/quantities.js" ,
4
4
"readmeFilename" : " README.md" ,
5
5
"description" : " JavaScript library for quantity calculation and unit conversion" ,
6
- "version" : " 1.4.1 " ,
6
+ "version" : " 1.4.2 " ,
7
7
"homepage" : " http://gentooboontoo.github.io/js-quantities/" ,
8
8
"repository" : {
9
9
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments