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

Release 0.6.0 #57

Closed
johanjanssens opened this issue Mar 1, 2019 · 0 comments
Closed

Release 0.6.0 #57

johanjanssens opened this issue Mar 1, 2019 · 0 comments
Assignees
Milestone

Comments

@johanjanssens
Copy link
Member

Related PR's for documentation purposes

1. Routing #54

A complete new routing system using a route resolvers approach, implementing a prioritised queue and bi-directional regex based routing.

2. Dynamic collections #56

A dynamic approach for collections. A collection is no longer only retrieved from the filesystem, instead a collection can fetch data from any model and custom collections can easily be created.

Additional improvements

  • The router supplies a redirect resolver to handle permanent redirects. Redirects can be configured using the new 'redirects' config option and use the format: array('/path' => '/target')

  • Support for canonical url's is added. A canonical url is always set in the response headers (even if the canonical route is used). This ensure clean self-referential url's. See also: http://www.thesempost.com/using-rel-canonical-on-all-pages-for-duplicate-content-protection/

Additional configuration options

  • redirects: [array]
  • collections: [array]
@johanjanssens johanjanssens added this to the 0.6.0 milestone Mar 1, 2019
@johanjanssens johanjanssens self-assigned this Mar 1, 2019
johanjanssens added a commit that referenced this issue Mar 1, 2019
@raeldc raeldc mentioned this issue Mar 26, 2019
62 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant