Change Log¶
Hint
You may want to learn about our Release Strategy
Version 3.x¶
- 🏷️ 3.0¶
Note
This version is still under development and has not been released yet.
Warning
This version contains INCOMPATIBLE changes.
Render ability improvements. The ability to render data is now provided by sphinxnotes-render (💬30)
BREAKING: The
any_schemasconfval is replcated byany_object_types, and we use a new DSL for descibing a field (tbd: link to dsl)BREAKING: The
sphinxnotes.any.apipackage is removedAdd object embedding support (💬28)
External header now works for definition list, field list now, (💬52)
Support datetime type in field
Add ToC entry for object descriptions (🚀57)
Index improvements:
Support dumping domain data, see also
any_domain_dump(🚀50)
See also
The 3.0 tracking issue: 💬15
Version 2.x¶
- 🏷️ 2.5¶
- Date:
- Download:
- 🏷️ 2.4.0¶
- Date:
- Download:
Re-org project with sphinx-notes/template (🚀20)
Require wand>0.6.11 to prevent crash on macOS (fa716d3)
- 🏷️ 2.3¶
- Date:
- Download:
- 🏷️ 2.2¶
- Date:
- Download:
Use the Object ID as index name when no object title available
- 🏷️ 2.1¶
- Date:
- Download:
Report ambiguous object via debug log
Some doc fixes
Remove unused import
- 🏷️ 2.0¶
- Date:
- Download:
Update documentation, add some tips
- 🏷️ 2.0a3¶
- Date:
- Download:
Simplify index name (e4d9207)
- 🏷️ 2.0a2¶
- Date:
- Download:
Fix none object signture (6a5f75f)
Prevent sphinx config changed everytime (f7b316b)
- 🏷️ 2.0a1¶
- Date:
- Download:
Template variable must be non None (fb9678e)
Template will not apply on role with explicit title (5bdaad1)
- 🏷️ 2.0a0¶
- Date:
- Download:
Descibing schema with python object instead of dict
Support index
Refactor
Version 1.x¶
- 🏷️ 1.1¶
- Date:
- Download:
Remove symbol link if exists
- 🏷️ 1.0¶
- Date:
- Download:
Move preset schemas to standalone package
Add custom filter support to template
Combine
any_predefined_schemasandany_custom_schemastoany_schemas
- 🏷️ 1.0b0¶
- Date:
- Download:
Fix the missing Jinja dependency
Use section title as object name when directive argument is omitted
Some code cleanups
Rename schema field “role” to “reference”
Rename schema field “directive” to “content”
- 🏷️ 1.0a1¶
- Date:
- Download:
The alpha version is out, enjoy~