Skip to content

Releases: theiconic/fixtures

json support

05 Dec 23:01
Compare
Choose a tag to compare

adds a JSON parser

Multi Placeholder Fix

09 Mar 05:39
Compare
Choose a tag to compare

New Redis Persister

20 Feb 05:27
Compare
Choose a tag to compare

Fixing unit tests and minor refactor

03 Feb 11:35
Compare
Choose a tag to compare
  • Fixing unit test (Thanks Travis)
  • Minor refactor to improve Scrutinizer index

Improving performance for placeholder replacing feature

03 Feb 11:20
Compare
Choose a tag to compare
  • Don't iterate over fixture that won't have placeholder substitution. User must specify the name of the fixture in the array passed to the Fixture Manager create method.

Adding Placeholder Replacing Feature

26 Jan 12:44
Compare
Choose a tag to compare
  • Now you can put placeholders in the values of your fixtures and they will be replaced with the value you specify programatically when creating the Fixture Manager.
  • Minor security validations

Minor fixes

07 Jan 00:38
Compare
Choose a tag to compare
  • Making encoding for MySQL connection to be UTF-8

Minor refactoring

24 May 01:12
Compare
Choose a tag to compare
  • Fixed exception message for duplicated fixtures.
  • Moved getConnection() method to concrete Persister class since PDO connection can vary for a driver.