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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
15
15
-`bill`: `Tax.MergeExtensions` convenience method for adding extensions to tax objects and avoid nil panics.
16
16
-`cbc`: `Key.Pop` method for splitting keys with sub-keys, e.g. `cbc.Key("a+b").Pop() == cbc.Key("a")`.
17
17
-`in`: added Indian regime
18
+
-`cef`: catalogue for CEF VATEX reason codes.
19
+
-`untdid`: 1153 - `untdid-reference` (Reference Code Qualifier) and 7143 - `untdid-item-type` (Item Type Identification) extenions.
18
20
19
21
### Changed
20
22
21
23
-`tax`: renamed `ExtensionsRequires` to `ExtensionsRequire`, to bring in line with `ExtensionsExclude`.
22
24
-`cbc`: refactored `KeyDefinition` and `ValueDefinition` into a single `Definition` object that supports `key` and `code`.
23
25
-`tax`: removed `ExtValue` and replaced with `cbc.Code` which is now much more flexible.
26
+
-`tax`: Catalogue definitions now loaded from JSON source as opposed to Go code. This improves memory efficiency, especially when the source data is large.
24
27
25
28
### Fixed
26
29
27
30
-`bill`: corrected issues around correction definitions and merging types.
0 commit comments