This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Releases: eregs/regulations-core
Releases · eregs/regulations-core
4.2.0
4.1.0
4.0.0
Breaking Changes
- #79 "django.contrib.contenttypes" is now included in library's base
settings. If copying these over, you'll need to deduplicate.
New Features
- #79 Allow search handler to be defined via
SEARCH_HANDLER
setting - #83 Allow search results page size to be requested
- #82 Add Postgres backend for search. See README for details.
Misc
3.1.0
3.0.0
Backward incompatible changes
- #66 Rewrite/rename import_reg management command: Command has been renamed
import_docs
and has slightly different flags now. See README for updated call args.
Bugfixes/Refactors
2.0.1
2.0.0
In the 2+ years since the last release, we've
- Created a generic "Document" model
- Added an endpoint for storing preamble data (from proposed and final rules)
- Reworked (in a backwards compatible way) how layers can be addressed: they now include their document type
- Switched to a nested set model for document storage
- Added a
lft
index for documents to consistently order their results