Recent Releases of ckanext-list
ckanext-list - v2.1.10
v2.1.10 (2024-11-04)
Docs
- use variable logo based on colour scheme
- fix tests badge tests workflow file was renamed
Style
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
Build System(s)
- remove version from docker compose file version specifier is deprecated
CI System(s)
- fix python setup action version
- add merge to valid commit types
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
- update tool config update pre-commit repo versions and switch black to ruff
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
- update workflow files standardise format, change name of tests file
Chores/Misc
- add pull request template
- update tool details in contributing guide
[main 8cfd859] bump: version 2.1.9 → 2.1.10 3 files changed, 33 insertions(+), 3 deletions(-)
- JavaScript
Published by alycejenni over 1 year ago
ckanext-list - v2.1.9
v2.1.9 (2024-08-20)
Chores/Misc
- add build section to read the docs config
- add regex for version line in citation file
- add citation.cff to list of files with version
- add contributing guidelines
- add code of conduct
- add citation file
- update support.md links
[main a7f5269] bump: version 2.1.8 → 2.1.9 3 files changed, 15 insertions(+), 3 deletions(-)
- JavaScript
Published by alycejenni almost 2 years ago
ckanext-list - v2.1.8
v2.1.8 (2023-07-17)
Docs
- update logos
[main bddc0c9] bump: version 2.1.7 → 2.1.8 2 files changed, 8 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni almost 3 years ago
ckanext-list - v2.1.7
v2.1.7 (2023-04-11)
Build System(s)
- fix postgres not loading when running tests in docker
Chores/Misc
- add action to sync branches when commits are pushed to main
[main e6ac689] bump: version 2.1.6 → 2.1.7 2 files changed, 12 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni about 3 years ago
ckanext-list - v2.1.6
v2.1.6 (2023-02-20)
Docs
- fix api docs generation script
Style
- reformat with prettier
Chores/Misc
- small fixes to align with other extensions
[main 2e8523e] bump: version 2.1.5 → 2.1.6 2 files changed, 16 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.5
v2.1.5 (2023-01-31)
Docs
- readme: change logo url from blob to raw
[main 09d8b2e] bump: version 2.1.4 → 2.1.5 2 files changed, 8 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.4
v2.1.4 (2023-01-31)
Docs
- readme: direct link to logo in readme
- readme: fix github actions badge
[main 3a001c0] bump: version 2.1.3 → 2.1.4 2 files changed, 9 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.3
v2.1.3 (2023-01-30)
Build System(s)
- docker: use 'latest' tag for test docker image
[main 008959e] bump: version 2.1.2 → 2.1.3 2 files changed, 8 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.2
v2.1.2 (2022-12-12)
Docs
- readme: add instruction to install lessc globally
Style
- change quotes in setup.py to single quotes
Build System(s)
- remove local less installation
- add package data
[main 8713036] bump: version 2.1.1 → 2.1.2 2 files changed, 17 insertions(+), 2 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.1
v2.1.1 (2022-12-01)
Docs
- readme: format test section
- readme: update installation steps
- readme: update ckan patch version in header badge
[main b3898c6] bump: version 2.1.0 → 2.1.1 3 files changed, 11 insertions(+), 3 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.1.0
v2.1.0 (2022-11-28)
Refactor
- switch to less
Docs
- fix markdown-include references
- add section delimiters
Style
- apply formatting
Build System(s)
- set changelog generation to incremental
- pin ckantools minor version
CI System(s)
- add cz_nhm as a dependency
- commitizen: fix message template
- add pypi release action
Chores/Misc
- use cz_nhm commitizen config
- improve commitizen message template
- fix license in package.json
- standardise package files
v2.0.2 (2022-09-12)
v2.0.1 (2022-07-11)
v2.0.0 (2021-03-09)
v1.0.0-alpha (2019-07-23)
v0.0.3 (2019-04-08)
v0.0.2 (2018-01-12)
v0.0.1 (2017-09-27)
[main 4e7bfaf] bump: version 2.0.2 → 2.1.0 3 files changed, 50 insertions(+), 3 deletions(-)
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.0.2
What's Changed
- Detect strings as well as DC image lists by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-list/pull/15
- Weekly release 2022-09-12 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-list/pull/16
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-list/compare/v2.0.1...v2.0.2
- JavaScript
Published by alycejenni over 3 years ago
ckanext-list - v2.0.1
What's Changed
- Remove dependency on ckanext-nhm by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-list/pull/12
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-list/compare/v2.0.0...v2.0.1
- JavaScript
Published by jrdh almost 4 years ago
ckanext-list - v2.0.0
- Upgrades this extension to work with Python 3 and CKAN 2.9.x
- Drops Python 2 support
- JavaScript
Published by jrdh about 5 years ago
ckanext-list - v0.0.3
Versioned search compatibility release
- JavaScript
Published by jrdh about 7 years ago