Silverstripe Ideannotator Versions Save

Generate docblocks for DataObjects, Page, PageControllers and (Data)Extensions

3.5.1

2 months ago

What's Changed

Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.5.0...3.5.1

3.5.0

2 months ago

What's Changed

Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.4.1...3.5.0

3.4.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.4.0...3.4.1

3.4.0

9 months ago

3.3.0

1 year ago

3.2.4

1 year ago

Thanks to @UndefinedOffset , ReflectionClass is not treated as its instance, when looking at instanceOf, despite the documentation claiming otherwise.

Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.2.3...3.2.4

3.2.3

1 year ago

Fix bug that Versioned::class . '.versioned' throws an error that the class isn't found. Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.2.2...3.2.3

3.2.2

1 year ago

When the namespace for a Controller would be App\Src\Page\Controller\PageController and the corresponding Page would be App\Src\Page\Page, an error would be thrown that the Page would be instantiated twice, because the Controller part of the namespace would be stripped out too.

This release fixes that.

3.2.1

1 year ago

3.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/silverleague/silverstripe-ideannotator/compare/3.1.2...3.2.0