-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
HydePHP v1.0.0 - Release Candidate One #561
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extract trait for methods used to flatten documentation pages hydephp/develop@ef5b2f3
Refactor DiscoveryService.php hydephp/develop@019c742
Add facades for the foundation collection classes hydephp/develop@3f6a605
Improve code API between the File model and collections hydephp/develop@604c70d
Add an easy configuration option to store all source directories in a subfolder hydephp/develop@f4f5f57
Refactor publishable templates hydephp/develop@69e5ba3
Clean up the build service class hydephp/develop@ec3c401
Add a Hyde::markdown() helper hydephp/develop@d6cbfcd
Add HtmlPage tests hydephp/develop@856b52c
Add HydeKernel method to get all discovered page classes hydephp/develop@5c51b9f
Allow media assets to be in subdirectories hydephp/develop@11c5503
Rename BaseMarkdownPage::make() parameter to to match constructor hydephp/develop@8a4ad51
…aths Unslash page source and output paths hydephp/develop@d3a5675
…from-the-playcdn Add configurable feature to load styles from the TailwindCSS Play CDN hydephp/develop@8b4c587
Add a alias for the helper hydephp/develop@316ca89
…e-filesystem-instance Add Hyde facade helper to get the Filesystem instance hydephp/develop@f5da7ea
Add helper to implode path components into a proper path string hydephp/develop@7b39d32
…er-and-safer-filesystem-access Add a Filesystem facade for easier and safer filesystem access hydephp/develop@f0f7d4c
…er-and-safer-filesystem-access Update the filesystem facade hydephp/develop@c12bcb4
Add a serializable contract hydephp/develop@001f102
…er-and-safer-filesystem-access Refactor filesystem facade to move logic to the underlying class hydephp/develop@448d623
Add baseline page unit tests hydephp/develop@ea842e5
Update the HydePage class to unslash source directory when returning the source path hydephp/develop@860a1a0
Extract filesystem forwarding to internal trait hydephp/develop@d750a05
…rn-type-doesnt-match-actual-returned-array Method FrontMatter::get() now returns the instance instead of data array when no key is specified hydephp/develop@3a6cbe4
Breaking: Rename method 'get' to 'data' in InteractsWithFrontMatter hydephp/develop@28e8ac0
Add static HydePage::get() method to get pages from the page collection hydephp/develop@943ae13
Refactor and add more baseline page unit tests hydephp/develop@8d2cd71
Finalize discovery service hydephp/develop@a9db051
…from-kernel Aggressively simplify MediaFile/FileCollection discovery hydephp/develop@32ab900
…facades Finalize foundation collection facades hydephp/develop@3492142
Finalize RouteKey class hydephp/develop@99913ca
Clean up route facade hydephp/develop@20b6c31
Remove support for customizing the messages in custom exceptions hydephp/develop@58d1912
Refactor DiscoveryService method to the HydePage class hydephp/develop@b9dd51e
…-to-RebuildPageCommand Rename RebuildStaticPageCommand class to RebuildPageCommand as all pages are static hydephp/develop@a77e6b0
…sses Finalize navigation related code hydephp/develop@67a175c
Merge Route facade into Foundation Routes facade hydephp/develop@c8e4ffd
Rename Render model class to RenderData hydephp/develop@ed2fe50
Finalize and polish the all around codebase hydephp/develop@7449e0a
Finalize page model classes and related helpers hydephp/develop@c70e912
…ming Refactor codebase to use consistent naming formats and scoped consistent public API hydephp/develop@da9bd59
Final round of code polishing hydephp/develop@70245f4
9 tasks
Format and reindent code hydephp/develop@243d266
Final code polishing hydephp/develop@2b941db
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.