Skip to content

Latest commit

 

History

History
235 lines (161 loc) · 23.1 KB

CHANGELOG.md

File metadata and controls

235 lines (161 loc) · 23.1 KB

Changelog

1.2.0 (2024-04-07)

Added

Changed

  • 🎨 (docs): Add more badges! [b47f096]
  • ♻️ (api): Updated error handler now it covers large variations of errors [db3c0ef]

Fixed

  • 💚 (docs): We slightly corrected the documentation build [5fba766]
  • 🐛 (docs): Correction of the documentation build [d406900,1e0a9c4]

Miscellaneous

  • 👷 (project): Script for updating changelog [6395ad6]
  • 👷 (buid): Updating the build system and dependency versions [5c8af5b]
  • 📝 (docs): Fix docs references [774330f,6fa656c,d2094fe]
  • 📝 (docs): Added model fields to the documentation. [3a35d7e]
  • 👷 (gh actions): Update Action Versions [0b8b57d,d76721f]
  • 📝 (docs): Correcting links in documentation [c3135f1]
  • 📝 (docs): Corrected the README text so that the link to the documentation is more visible [04efe31]
  • 📝 (docs): Documentation text update [8302403]
  • 📝 (docs): Changelog update [1c9a601]

1.1.0 (2023-07-28)

Added

  • ✨ (api): Added a view that applies OpenAPISchemaPatcher [f214caf]
  • ✨ (api): Added OpenAPI3 object patcher [45e40a5]
  • ✨ (api): Advanced Router [74318b3]
  • ✨ (api): DRF error handler [c5546ba]
  • ✨ (core): Added a method to get links to the front [3b3171f]
  • ✨ (core): Functions for encryption and decryption [011f875]
  • ✨ (core): Universal manager for all meringue models [59d88fd,57f1af6]

Changed

Miscellaneous

1.0.0 (2023-07-03)

Added

  • ✨ (core): Added translations [ce3072e]
  • ✨ (core): Method for sorting elements [6700b69]

Changed

Removed

  • ➖ (build): Removed unnecessary dependencies [26cfe6e]
  • ➖ (refactor): Removed old functionality and unnecessary code [aeb164d,e486871,886046a]

Miscellaneous

0.4.0 (2023-04-27)

Added

  • Added PublishManager.unpublished method [c64c3bf]
  • Added PublishQuerySet [474d232]
  • Added SortingMixin [79cea39]
  • Added unify_email and unify_phone utilities [52fca41]
  • Added template redefining drf base template to remove drf title [b5bab76]

Changed

Miscellaneous

0.3.5 (2015-08-25)

Added

  • Added tag get_with_args_and_kwargs [4ba35a3]
  • Added CMTimeMixin [7181497]

Changed

  • Method for renaming files moved to config [690daae]

Miscellaneous

0.3.4 (2015-08-22)

Added

  • Added documentation with sphinx [dd0ff73]
  • Added add_placeholder tag to set placeholder field [9a1847b]

Miscellaneous

  • Updated dependencies
  • upload_handlers fixed to work with django 1.8 [0d85888]

0.3.3 (2015-05-09)

Miscellaneous

  • put_css/put_js:

    • поправлена ссылка на .map
    • добавлен параметр MERINGUE_LOAD_MINI в settings указывающий загружать минифицированный файл или нет (default = DEBUG)

0.3.2 (2015-05-09)

Miscellaneous

  • fix PutStatic._fix_map_link [a69232e]

0.3.1 (2015-05-07)

Added

  • Added get_version method [a63fc47]
  • Added unify_email to unify emails
  • Added put_js
  • Added put_css
  • Added put_reset

Changed

  • Updated build in egg [4828fa2]
  • Text printing, replaced by logging [e1ccffd]
  • upload_handlers now uses sha256 instead of md5
  • Updated dependencies

Miscellaneous

  • Изменена стандартная formset_factory для того что бы выставляла префикс на все формы набора включая управляющие
  • form_fieldsets - при необходимости разбивает форму по группам (fieldset)
  • Шаблонный тег field_render выводит поля форм в заранее заданном виде
  • Шаблонный тег field_render_classes возвращающий список классов для поля
  • Декоратор anonymous_required пропускающий только неавторизованных пользователей

0.3.0 (2014-07-13)

Added

  • Added GetAbsoluteUrlMixin
  • Added PreviewImageFileInput

Changed

  • Renaming files in upload_handlers using file hash sum

Miscellaneous

  • Library build in egg
  • Refinement of existing opportunities
  • Documentation + tasklist [fa248d1,541ee26,19bf3e9]
  • LICENSE GNU GPL v3 [239df42]
  • Lint [6b3337f]
  • Fixed bug with UrlPatterns if name is not urls.py