Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.4 #23

Merged
merged 12 commits into from
Feb 1, 2018
Merged

Version 0.4 #23

merged 12 commits into from
Feb 1, 2018

Conversation

samrap
Copy link
Owner

@samrap samrap commented Jan 3, 2018

This version bump contains:

  • Under the hood code improvements
  • Add matches method for regular expressions
  • Add Macros Support for "macros" #22
  • Documentation updates

Sam Rapaport added 11 commits May 30, 2017 17:30
The `runGet` and `runUpdate` methods have been renamed to `get` and
`update`, respectively. Since the method names for the Builder's
components all begin with `run`, having the unrelated `get` and `update`
methods begin with `run` is misleading.
src/Acf.php Outdated
return new Builder(new Runner($this->behaviors[$behavior]));
return new Builder(
new Runner($this->behaviors[$behavior]),
self::getInstance()->macros
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a static method, the $macros property can be accessed directly.

@Log1x
Copy link

Log1x commented Jan 25, 2018

macros are 🔥

@samrap
Copy link
Owner Author

samrap commented Jan 26, 2018

@Log1x Have you pulled down the dev version and tried them out yet? 😁

@samrap samrap merged commit 55af756 into master Feb 1, 2018
@samrap samrap deleted the 0.4 branch March 14, 2018 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants