Liking cljdoc? Tell your friends :D
- Automated tests using GitHub Actions on every commit to main branch and weekly with every release of dm+d in the UK
- Added function specifications for main APIs
- Updated dependencies
- First release with new SQLite backing store
- Switch to using SQLite for backing store
- New API endpoint to search for a product by exact name
- New build system using tools.build
- Include metadata with each database permitting checks for compatibility and versioning
- Upgraded dependencies, including datalevin 0.5.22
- Simplified ECL generation of products, now only including VTMs,AMPs and VMPs by design.
- Add fetch of VMPPs and AMPPs for a product to backing store API.
- Permit resolution of ATC codes from any product arbitrarily.
- Include option to include product packs [this feature later removed]
- Turn ATC codes / regular expressions into SNOMED expressions that can be expanded by a terminology server such as hermes
- ATC mapping to VTM, VMP and AMPs
- Fully denormalise products recursing into to-one and to-many relationships such as lookups
- Map between dm+d products (e.g. get all VMPs for that VTM)
- Switch to using numeric fields, and therefore results, for lookup codes.
- Expand denormalization to include BNF DDD reference for VMPs
- Fix GTIN import
- Add synthetic BNF data for testing
- Add lookup tests
- Add continuous integration tests
- Significant improvements in functionality
- Switch to new datalog-based backend (using lmdb not mapdb).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close