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

Typed options system #130

Merged
merged 10 commits into from
Mar 21, 2022
Merged

Typed options system #130

merged 10 commits into from
Mar 21, 2022

Commits on Feb 21, 2022

  1. docs(blog): added first draft of hsr post

    We don't have a way to display this yet, but there will soon be one.
    arctic-hen7 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    78fef13 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. feat: added typed options system and updated macros

    This removes the need for the `define_app!` macro, and makes it
    dependent on this new system. There may be some minor changes needed to
    code using custom translations manager (which are now handled as futures).
    arctic-hen7 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    04e4804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d83bc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. feat: added support for plugin modification of error pages

    This feature was originally present, and is now supported again!
    arctic-hen7 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    094a966 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. feat: integrated new index view system

    This removes the dependency on an `index.html` file, all that is managed
    internally now!
    
    Note that this makes the old `index.html` file system dysfunctional, but
    I will fix that before this is merged.
    arctic-hen7 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8dd638a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. feat: added support for plugins for index view

    This will all be ready after the index view system supports `index.html` sourcing.
    arctic-hen7 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    d1ca2ab View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. feat: added backwards-compat with index.html

    This makes this entire update include no breaking changes (theoretically)!
    arctic-hen7 committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5c1e6bb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. feat: added perseus::main macro

    This makes the engine entrypoint much more versatile.
    arctic-hen7 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    17bc2b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. style: ran cargo fmt

    arctic-hen7 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    665c93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a4f40 View commit details
    Browse the repository at this point in the history