Skip to content

v1.14.0 - Improve architecture

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 12 Jul 13:45
· 265 commits to main since this release

Quite a lot has been improved over the last week: the morphism structure type is available, end-to-end tests have been added, and the application is better organized. This is due both to a new shared folder for utilities used by the Svelte application and the database application, and to the extraction of the admin application into its own repository. Moreover, dynamic routes have removed lots of code duplication. In addition, the database has received various updates thanks to @dschepler.

Features 🧪

Refactor 🧹

Database 🔋

  • Add Sierpinski topos (category of set functions and commutative squares) by @dschepler in #264
  • Add category Mono of sets with a distinguished subset by @dschepler in #266
  • Add quasitopos property by @dschepler in #273
  • Add regular-subobject-trivial and regular-quotient-trivial properties by @dschepler in #275
  • Rename "proset" to "preordered set" by @ScriptRaccoon in #284

Full Changelog ⚙️

v1.13.0...v1.14.0