Skip to content

Releases: silverleague/silverstripe-ideannotator

Bugfix for PHP8

27 Apr 22:12
6387bc9
Compare
Choose a tag to compare

Resolves #141 . Thanks @adiwidjaja

Some small bugfixes for Silverstripe 4

13 Feb 00:05
19c1f99
Compare
Choose a tag to compare
Merge pull request #137 from tractorcow/fix/class-missing

Fix issue with missing / conditional classes crashing doc generation; unit test failures are due to old PHP versions.

SilverStripe 4 Stable release

11 Jul 07:13
08a5e58
Compare
Choose a tag to compare
  • Support short classnames
  • fix bug from RC1 that would strip whitespaces a tad too enthousiastically
  • Stop attempting to fully instantiate abstracts

RC 1 For the IDE Annotator

30 Jan 07:01
0a48124
Compare
Choose a tag to compare

This includes:

  • Supporting both module names as well as folder names
  • Works with SS4 Recipe 1+
  • More conclusive tests

Beta1 for SilverStripe 4

08 Oct 00:38
Compare
Choose a tag to compare
Pre-release
3.0-beta1

Update beta for 3

Initial SilverStripe 4 release

29 Apr 07:00
Compare
Choose a tag to compare
Pre-release

This release covers everything needed to work on SilverStripe 4 Alpha releases (and expected to work on beta releases)

Changes:

  • Namespacing
  • Removal of redundant or non-existing calls to director
  • Skip test that only fails on Travis and nowhere else

2.0.1 Minor fix for CLI detection

17 Apr 04:18
Compare
Choose a tag to compare

When on CLI, Controller::curr() may return null

2.0 MAJOR overhaul

15 Apr 07:58
Compare
Choose a tag to compare
  • Implemented phpDocumentor
  • Remove start/end tags
  • All classes in a single file annotated
  • Added DataRecord and Data() annotation for _Controller methods
  • Added Changelog (now... just to keep it updated...)
    Many work done by @axyr!

Release 1.0.4

04 Apr 08:17
Compare
Choose a tag to compare

Updated documentation.
Started implementation of phpDocumentor methods instead of current self-build method.
Removed undo method since it isn't needed or used.
Added code climate.
Only show annotations message if the annotations actually changed.
Hardened security, so only generated in actual dev-mode (so even in ?isDev on livesite, no docblocks are generated)

Documentation update.

03 Apr 06:15
Compare
Choose a tag to compare

Minor changes. Restructured the classes to be in a logical directory structure and updated the documentation at https://axyr.github.io/ideannotator

Updated config to be run before mysite, so mysite overrides the defaults.