Releases: alephdata/followthemoney
Releases · alephdata/followthemoney
v3.4.1
What's Changed
- Bump vite from 3.2.4 to 3.2.7 in /docs by @dependabot in #1123
- Correct spelling mistakes by @EdwardBetts in #1133
- Only build/push Docker image on main branch and tagged commits by @tillprochaska in #1125
- Display inheritance graph in model explorer by @tillprochaska in #1114
- Add script to check for common model issues by @tillprochaska in #1124
- Replace cast() with calling Locale() to ensure obj type by @catileptic in #1140
New Contributors
- @EdwardBetts made their first contribution in #1133
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Add security details to company object by @pudo in #1100
- Change type of
Contract:classification
tostring
by @tillprochaska in #1097 - Add ingest-file version and processing timestamp to Document by @catileptic in #1099
- Fix levensthein segmentation fault in invalid name picking by @simonwoerpel in #1021
- Handle typed babel library by @pudo in #1049
- Redirect index page to new documentation site by @tillprochaska in #1054
- Fix typo by @jbothma in #1098
- Create custom funding link by @pudo in #1104
- Translate '/followthemoney/translations/messages.pot' in 'ru' by @transifex-integration in #1011
Dependency upgrades
- Bump eslint from 8.33.0 to 8.34.0 in /js by @dependabot in #1013
- Bump @types/node from 18.13.0 to 18.14.0 in /js by @dependabot in #1020
- Bump lint-staged from 13.1.1 to 13.1.2 in /js by @dependabot in #1014
- Bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.52.0 in /js by @dependabot in #1015
- Bump jest from 29.4.2 to 29.4.3 in /js by @dependabot in #1019
- Bump rollup from 3.14.0 to 3.17.2 in /js by @dependabot in #1016
- Bump jest-config from 29.4.2 to 29.4.3 in /js by @dependabot in #1017
- Bump @typescript-eslint/parser from 5.51.0 to 5.52.0 in /js by @dependabot in #1018
- Bump eslint from 8.34.0 to 8.35.0 in /js by @dependabot in #1022
- Bump @types/node from 18.14.0 to 18.14.2 in /js by @dependabot in #1025
- Bump @types/uuid from 9.0.0 to 9.0.1 in /js by @dependabot in #1026
- Bump rollup from 3.17.2 to 3.17.3 in /js by @dependabot in #1027
- Bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 in /js by @dependabot in #1023
- Update rdflib requirement from <6.3.0,>=6.2.0 to >=6.2.0,<6.4.0 by @dependabot in #1042
- Bump rimraf from 4.4.0 to 5.0.0 in /js by @dependabot in #1062
- Update networkx requirement from <3.1,>=2.5 to >=2.5,<3.2 by @dependabot in #1063
- Bump eslint from 8.36.0 to 8.38.0 in /js by @dependabot in #1061
- Bump @rollup/plugin-node-resolve from 15.0.1 to 15.0.2 in /js by @dependabot in #1068
- Bump typescript from 5.0.2 to 5.0.4 in /js by @dependabot in #1064
- Bump @types/node from 18.15.5 to 18.15.11 in /js by @dependabot in #1060
- Bump lint-staged from 13.2.0 to 13.2.1 in /js by @dependabot in #1065
- Bump ts-jest from 29.0.5 to 29.1.0 in /js by @dependabot in #1057
- Bump rollup from 3.20.0 to 3.20.2 in /js by @dependabot in #1051
- Bump prettier from 2.8.6 to 2.8.7 in /js by @dependabot in #1052
- Bump @typescript-eslint/parser from 5.56.0 to 5.57.1 in /js by @dependabot in #1067
- Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.1 in /js by @dependabot in #1066
- Bump @rollup/plugin-commonjs from 24.0.1 to 24.1.0 in /js by @dependabot in #1072
- Bump lint-staged from 13.2.1 to 13.2.2 in /js by @dependabot in #1085
- Bump prettier from 2.8.7 to 2.8.8 in /js by @dependabot in #1078
- Bump @types/jest from 29.5.0 to 29.5.1 in /js by @dependabot in #1079
- Bump rollup from 3.20.2 to 3.21.7 in /js by @dependabot in #1096
- Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 in /js by @dependabot in #1094
- Bump eslint from 8.38.0 to 8.40.0 in /js by @dependabot in #1089
- Bump @types/node from 18.15.11 to 20.2.1 in /js by @dependabot in #1101
- Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.6 in /js by @dependabot in #1102
- Bump @typescript-eslint/parser from 5.57.1 to 5.59.6 in /js by @dependabot in #1105
- Bump @types/node from 20.2.1 to 20.2.3 in /js by @dependabot in #1106
- Bump rimraf from 5.0.0 to 5.0.1 in /js by @dependabot in #1109
- Bump rollup from 3.21.7 to 3.23.0 in /js by @dependabot in #1107
- Bump eslint from 8.40.0 to 8.41.0 in /js by @dependabot in #1108
New Contributors
- @jbothma made their first contribution in #1098
- @catileptic made their first contribution in #1099
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Make sure that proxies can pickle by @pudo in #962
- Add opening/closing date to
BankAccount
schema by @tillprochaska in #988 - New documentation site by @tillprochaska in #914
- Translate '/followthemoney/translations/messages.pot' in 'ru' by @transifex-integration in #977
- Fix duplicate property label by @tillprochaska in #978
Dependency upgrades
- Bump @rollup/plugin-commonjs from 24.0.0 to 24.0.1 in /js by @dependabot in #984
- Bump rimraf from 3.0.2 to 4.1.2 in /js by @dependabot in #992
- Bump jest-config from 29.3.1 to 29.4.1 in /js by @dependabot in #990
- Bump ua-parser-js from 1.0.2 to 1.0.33 in /js by @dependabot in #987
- Bump ts-jest from 29.0.3 to 29.0.5 in /js by @dependabot in #971
- Bump @types/jest from 29.2.5 to 29.2.6 in /js by @dependabot in #981
- Bump rollup-plugin-ts from 3.0.2 to 3.2.0 in /js by @dependabot in #982
- Bump eslint from 8.31.0 to 8.33.0 in /js by @dependabot in #991
- Bump jest from 29.3.1 to 29.4.2 in /js by @dependabot in #1008
- Bump rollup from 3.9.1 to 3.14.0 in /js by @dependabot in #1002
- Bump prettier from 2.8.1 to 2.8.4 in /js by @dependabot in #1006
- Bump typescript from 4.9.4 to 4.9.5 in /js by @dependabot in #998
- Bump docker/build-push-action from 3 to 4 by @dependabot in #1003
- Update networkx requirement from <2.9,>=2.5 to >=2.5,<3.1 by @dependabot in #967
- Bump @types/node from 18.11.18 to 18.13.0 in /js by @dependabot in #1007
- Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.51.0 in /js by @dependabot in #1005
- Bump @typescript-eslint/parser from 5.47.1 to 5.51.0 in /js by @dependabot in #1004
- Bump lint-staged from 13.1.0 to 13.1.1 in /js by @dependabot in #1010
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- Cache schema.is_a calls by @pudo in #911
- Translate '/followthemoney/translations/messages.pot' in 'ru' by @transifex-integration in #909
- Translate '/followthemoney/translations/messages.pot' in 'ru' by @transifex-integration in #910
- Add property type descriptions to JSON model by @tillprochaska in #913
- Schema/Address: Add osm / google places id by @simonwoerpel in #908
- Fixed Schema for Identification and UserAccount, as described in #952 by @Legless in #959
New Contributors
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Add temporal coverage metadata by @tillprochaska in #849
- Add some properties to security by @pudo in #899
Version bumps
- Bump svgo from 3.0.0 to 3.0.1 in /js by @dependabot in #897
- Bump rollup from 3.2.3 to 3.3.0 in /js by @dependabot in #894
- Bump jest-config from 29.2.2 to 29.3.1 in /js by @dependabot in #895
- Bump @typescript-eslint/parser from 5.41.0 to 5.42.1 in /js by @dependabot in #896
- Bump @types/jest from 29.2.0 to 29.2.2 in /js by @dependabot in #884
- Bump @types/node from 18.11.8 to 18.11.9 in /js by @dependabot in #887
- Bump eslint from 8.26.0 to 8.27.0 in /js by @dependabot in #889
- Bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.43.0 in /js by @dependabot in #901
Operational changes
- Pin the pypi publish gh action to a release branch by @stchris in #876
- Move main branch to 'main' by @stchris in #902
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.10
v3.0.9
v3.0.8
Full Changelog: v3.0.7...v3.0.8
v3.0.7
What's Changed
- Bump @types/node from 18.11.5 to 18.11.8 in /js by @dependabot in #869
- Bump rollup from 2.79.1 to 3.2.3 in /js by @dependabot in #868
Full Changelog: v3.0.6...v3.0.7