Skip to content

Releases: Capitains/flask-capitains-nemo

2.0.0

25 Oct 13:21
9497ac7
Compare
Choose a tag to compare

These changes make Nemo compatible with MyCapytain 3.0.0.
If you have written add-ons or chunkers for Nemo, these may no longer work with this version of Nemo. For guidance on how to make old chunkers compatible with this version, see the changes in chunker.py

1.0.4

24 Oct 06:55
Compare
Choose a tag to compare

Changed requirements so that MyCapytain < 3.0.0 will be used.

1.0.3

22 May 14:22
Compare
Choose a tag to compare

1.0.3 - 22/05/2018

By @sonofmun

  • Refactored __transform (in flask_nemo.init) to _transform. This will make it available to class extensions.
  • Changed a single occurrence of "import flask.ext.nemo" in the tests to "import flask_nemo"

1.0.2

26 Jan 13:12
cc5af33
Compare
Choose a tag to compare
  • Moved to Mozilla Public License Version 2
  • Fixed a bug tests would fail in mockup ( Issue #112 )
  • Added a warning when base_url is not correct ( Issue #109 )
  • Harmonized chunkers parameter names ( Issue #113 )
  • Created a new tutorial on https://github.com/capitains/tutorial-nemo ( Issues #14, #78 and #97 )
  • Added a CHANGES.MD

1.0.1

23 Aug 12:11
Compare
Choose a tag to compare
  • Minor fix where Work level CTS URN are a special case of r_passage to allow redirection. ( #106 #107 )

1.0.0

28 Apr 16:00
Compare
Choose a tag to compare
A little of documentation update

1.0.0a

12 May 14:09
Compare
Choose a tag to compare
  • Added a plugin system (Issue #48 )
  • Added a way to add routes to Nemo which does not use template (Issue #49)
  • Templates are now using namespaces (Issue #50 ).
  • Made Breadcrumb a by default loaded plugin so that it can be unloaded or overwritten easily
  • Updated the documentation to reflect the changes
  • Moved away chunkers and filters from the main init to submodules
  • Updated examples
  • Contribution Guidelines finally written ( #26 ) [Can be improved]
  • Bumped to 1.0.0
  • Fixed issues by making them irrelevant ( #46 )
  • Removed search from menu layout ( #17 )

0.0.5

19 Apr 14:05
Compare
Choose a tag to compare

Various issues

Pull request #45

  • Potential fix for #9 (Left menu weird behavior)
  • Fix for CSS argument in command line call
  • Fix #44 [Closing tag in browser]
  • Updated tests and bumped version to 0.0.5

0.0.3

31 Mar 14:28
Compare
Choose a tag to compare

Release 0.0.3 :

  • Dependency updates
  • Refactor tests for readability ( #39 )
  • Support CTS Endpoint objects for api_url ( #38 )
  • Capitains_Nautilus as test dependency

0.0.2

10 Mar 11:34
Compare
Choose a tag to compare

Various fixes including breadcrumbs
See commits for #37