Skip to content

Releases: devgeniem/dustpress

1.33.0

24 Mar 08:30
Compare
Choose a tag to compare

[1.33.0] - 2021-03-24

Added

  • no_form parameter to @password helper to be used when there's more than one instance of the helper at a page.

Changed

  • DustPress.js calls returning JSON now return clear error messages from JSON encoding problems.

Better performance reports for dustpress-debugger

25 Feb 11:55
bdc9a14
Compare
Choose a tag to compare
Merge pull request #156 from devgeniem/dustpress-debugger-1.6.0-support

Dustpress debugger 1.6.0 support

1.30.0

21 Jan 14:05
Compare
Choose a tag to compare

[1.30.0] - 2021-01-21

Added

  • Ability to include custom data and filter the data of the pagination helper.
  • Ability to disable encoding @s helper strings to HTML entities.

1.29.5

17 Nov 09:11
Compare
Choose a tag to compare

[1.29.5] - 2020-11-17

Fixed

  • Performance problems created by the performance measuring feature.

1.29.4

02 Jul 10:45
Compare
Choose a tag to compare

Fixed

  • Fix data handling in DustPress.js GET requests.

1.29.3

16 Jun 11:05
Compare
Choose a tag to compare

Fixed

  • A bug within the Helper base class that caused the page to crash in some situations.

1.29.2

16 Jun 09:48
Compare
Choose a tag to compare

[1.29.2] - 2020-06-16

Changed

  • A lot of cleaning up of the code base.

Fixed

  • Moved saving template paths to the DustPHP instance earlier for compatibility reasons.

1.29.0

09 Mar 13:05
Compare
Choose a tag to compare

[1.29.0] - 2020-03-09

Fixed

  • Remove the Dust dependency when rendering the data with another render function.

1.28.1

05 Mar 08:44
Compare
Choose a tag to compare

[1.28.1] - 2020-03-05

Added

  • More details for hook measurements.
  • Added $main for dustpress/data/after_render filter.
  • Automatic performance measuring for hooks.

1.28.0

20 Feb 12:40
Compare
Choose a tag to compare
Automatic performance measurement