-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mcaskill/php-html-build-attributes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mcaskill/php-html-build-attributes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 1 contributor
Commits on Nov 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 40c3331 - Browse repository at this point
Copy the full SHA 40c3331View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af13e66 - Browse repository at this point
Copy the full SHA af13e66View commit details -
Improve attribute value handling
Changed: - Replaced `array_map()` with `foreach` to maintain support for array keys while allowing easy exclusion of attributes. Fixed: - Superfluous spaces by ignoring NULL values. - Support for boolean values from callable values. - Support for numeric (integer and float) values not always rendering.
Configuration menu - View commit details
-
Copy full SHA for 320b509 - Browse repository at this point
Copy the full SHA 320b509View commit details -
Improve attribute name handling
Added: - Condition to trim leading and trailing whitespace from the array key. - Condition to ignore any empty array key.
Configuration menu - View commit details
-
Copy full SHA for da9fcf4 - Browse repository at this point
Copy the full SHA da9fcf4View commit details -
Add support for attributes as an object
Fixed: - Lack of support for objects as affirmed in the README.
Configuration menu - View commit details
-
Copy full SHA for 1a68b93 - Browse repository at this point
Copy the full SHA 1a68b93View commit details -
Change internal function calls
Changed: - Removed unnecessary call to `jsonSerialize()` method when directly used with `json_encode()` - Replaced `call_user_func()` with direct calling of `$callback`
Configuration menu - View commit details
-
Copy full SHA for 334deef - Browse repository at this point
Copy the full SHA 334deefView commit details -
Changed: - Hard-wrapped lines to ~80 characters for consistent reading. - Updated version information to indicate function is compatible with PHP 7 and PHP 8. - Improved description of parameters and return values. - Replaced inline links with reference links.
Configuration menu - View commit details
-
Copy full SHA for 39a8f37 - Browse repository at this point
Copy the full SHA 39a8f37View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.1.0