physical-quantity 1.1.45 → 1.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -210,6 +210,9 @@ Currently, the component supports the following categories and units:
|
|
|
210
210
|
| | lbf||
|
|
211
211
|
| | kip[kilo pounds]||
|
|
212
212
|
| more to update. | (feel free to send your request for other units & categories) ||
|
|
213
|
+
**Note**:
|
|
214
|
+
- lbm, lbmass are used for mass units;
|
|
215
|
+
- lb, lbf are used for weight/force units.
|
|
213
216
|
|
|
214
217
|
## License
|
|
215
218
|
This project is licensed under the MIT License. See the LICENSE file for more details.
|
|
@@ -220,7 +223,7 @@ Contributions are welcome! Please contact the developer for any bugs, features,
|
|
|
220
223
|
## Change Log
|
|
221
224
|
| Version | Date | Description |
|
|
222
225
|
|---|---|---|
|
|
223
|
-
| v1.1.
|
|
226
|
+
| v1.1.46 |20240629| Added more categories; add notes for mass/weight differences.|
|
|
224
227
|
| v1.1.43 |20240623| Added more categories.|
|
|
225
228
|
| v1.1.41 |20240620| Added Force category.|
|
|
226
229
|
| v1.1.40 |20240619| Added *ft-in* (ie: Foot-Inch) in Length category.|
|