@hestia-earth/glossary 0.2.5 → 0.3.0
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/CHANGELOG.md +31 -0
- package/package.json +1 -1
- package/resources/arrayTreatment.json +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.3.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.2.5...v0.3.0) (2022-04-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **soilTexture:** rename `siltyLoamSoilTexture` to `siltLoamSoilTexture`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **crop:** add herbs ([d0e35f7](https://gitlab.com/hestia-earth/hestia-glossary/commit/d0e35f7eb845934440bfa92b0675e58f35eab264)), closes [#258](https://gitlab.com/hestia-earth/hestia-glossary/issues/258)
|
|
15
|
+
* **emission:** add `productTermTypesAllowed` ([ec5b8d9](https://gitlab.com/hestia-earth/hestia-glossary/commit/ec5b8d962ba7f9686f739b4adc9daa0b3b627bcb)), closes [#332](https://gitlab.com/hestia-earth/hestia-glossary/issues/332)
|
|
16
|
+
* **inorganicFertilizer:** add `euronature p26b (kg p2o5)` ([2d63c24](https://gitlab.com/hestia-earth/hestia-glossary/commit/2d63c243a758a9f775c186af29fae8579fd22b90))
|
|
17
|
+
* **measurement:** add missing `wind direction` terms ([f55c802](https://gitlab.com/hestia-earth/hestia-glossary/commit/f55c802b0781b8b7775ec74443e00b58d752a733))
|
|
18
|
+
* **model:** add `Pribyl (2010)` ([833adbf](https://gitlab.com/hestia-earth/hestia-glossary/commit/833adbf499bbce81783e580c6e89e0f50f00b692))
|
|
19
|
+
* **other:** add `bioplug` ([7c4572f](https://gitlab.com/hestia-earth/hestia-glossary/commit/7c4572fd8477a8353c917736a2f1361c4f291825))
|
|
20
|
+
* **other:** add `slavol` ([734cf29](https://gitlab.com/hestia-earth/hestia-glossary/commit/734cf29c22eabb9228f0ca1047397a430bda4b59))
|
|
21
|
+
* **pesticideAI:** add `succinate dehydrogenase inhibitors` ([df598a2](https://gitlab.com/hestia-earth/hestia-glossary/commit/df598a2dd8bf9cdee667eb45986edb38453b3da0)), closes [#345](https://gitlab.com/hestia-earth/hestia-glossary/issues/345)
|
|
22
|
+
* **property:** add terms for CaO, CaCO3 and MgO content ([20fdabc](https://gitlab.com/hestia-earth/hestia-glossary/commit/20fdabc78cbf40b0de941e21d3173f674221797f))
|
|
23
|
+
* **region:** add lookup cropland area ([6ddf70b](https://gitlab.com/hestia-earth/hestia-glossary/commit/6ddf70b250896b9fb27734455ead683f6dd2ac37))
|
|
24
|
+
* **resourceUse:** add terms for `land transformation, from cropland` ([7bd345a](https://gitlab.com/hestia-earth/hestia-glossary/commit/7bd345adda6c330f0d54222260da72a2d8a11cb1))
|
|
25
|
+
* **soilAmendment:** add `magnesium oxide` ([c0ba564](https://gitlab.com/hestia-earth/hestia-glossary/commit/c0ba5647f432e6c26d6584ee4444847de74bc365))
|
|
26
|
+
* **soilTexture:** rename `silty loam` to `silt loam` ([23e97ef](https://gitlab.com/hestia-earth/hestia-glossary/commit/23e97efbdc60bcade697871bdd05ee90fb6a8eb0))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* **crop:** adds `dryMatter` to `asafoetida` ([29865fd](https://gitlab.com/hestia-earth/hestia-glossary/commit/29865fd5adf8154f83104ef0c7629cab45f94add)), closes [#340](https://gitlab.com/hestia-earth/hestia-glossary/issues/340)
|
|
32
|
+
* **crop:** store `dryMatter` as numbers not text ([ff45b69](https://gitlab.com/hestia-earth/hestia-glossary/commit/ff45b690fb82eec860c1cd9d5ec738a013bf6883))
|
|
33
|
+
* **measurement:** change unit for `Organic matter` terms ([da277e6](https://gitlab.com/hestia-earth/hestia-glossary/commit/da277e6220c5ffea4178358d57e4084a21610d12))
|
|
34
|
+
* **soilTexture:** rename `Silty loam (soil texture)` to `Silt loam (soil texture)` ([0031831](https://gitlab.com/hestia-earth/hestia-glossary/commit/00318311ef47d93d3b68a4139af0e3c191141ef3))
|
|
35
|
+
|
|
5
36
|
### [0.2.5](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.2.4...v0.2.5) (2022-04-12)
|
|
6
37
|
|
|
7
38
|
|
package/package.json
CHANGED
|
@@ -105,6 +105,12 @@
|
|
|
105
105
|
"windSpeedDaily": "mean",
|
|
106
106
|
"windSpeedHourly": "mean",
|
|
107
107
|
"windSpeedPointMeasurement": "mean",
|
|
108
|
+
"windDirectionLongTermAnnualMean": "mean",
|
|
109
|
+
"windDirectionAnnual": "mean",
|
|
110
|
+
"windDirectionPeriod": "mean",
|
|
111
|
+
"windDirectionMonthly": "mean",
|
|
112
|
+
"windDirectionDaily": "mean",
|
|
113
|
+
"windDirectionHourly": "mean",
|
|
108
114
|
"windDirectionPointMeasurement": "mean",
|
|
109
115
|
"leafWetness": "mean",
|
|
110
116
|
"soilDepth": "mean",
|