Liking cljdoc? Tell your friends :D

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

0.1.3 - 2023-10-26

Fixed

  • Fix cljdoc discovery by git tag.

0.1.2 - 2023-10-26

Added

  • Add Enum field type.
  • Add ability to explain migration in human-readable format.
  • Add help command.

Changed

  • Add model name to the auto-generated migration name

0.1.1 - 2023-09-25

Added

  • Add numeric/decimal field type.

Fixed

  • Do not capitalize string value of option :default. Fixed by upgrading honeysql.
  • Do not drop fk constraint if fk option for field was empty.

Changed

  • Upgrade dependencies: honeysql=2.4.1066, next.jdbc=1.3.883.

0.1.0 - 2022-01-20

Added

  • Add ability to make migrations and migrate for changing table and column.
  • Add ability to drop table and column.
  • Add ability to create, alter and drop index.
  • Add ability to migrate to specific migration number in any direction.
  • Add ability to print list of migrations with statuses.
  • Add ability to print raw SQL for migration.
  • Add ability to create, migrate and explain sql migration type.
  • Add ability to show error messages for users.

Can you improve this documentation? These fine people already did:
Andrey Bogoyavlenskiy & Andrey Bogoyavlensky
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close