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

Dove before after around utils #705

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2022

  1. refactor!: init dove (#691)

    * Updated @feathersjs dependencies to ^5.0.0-pre.3
    
    * Added @feathersjs/adapter-commons to import `Paginated`
    
    * Updated Typescript to 4.2.4
    
    * Set minimum Typescript to 4.0 for dslint
    
    * Re-import Paginated
    
    * Updated `combine` to work with Dove
    
    Re-implemented `processHooks` inside, since that’s all it was calling.
    
    * Updated dslint tests - all project tests passing
    
    Changed `feathers` import
    Added required properties for `HookContext`
    Updated typeexpectations for dslint since `Hook` is now an alias
    
    * Updated @feathersjs dependencies to ^5.0.0-pre.4
    
    * Re-import Paginated
    
    * Removed @feathersjs/adapter-commons from dependencies
    
    * Updated @feathersjs dependencies to ^5.0.0-pre.9
    
    All tests passing
    
    * refactor!: move to feathers v5
    
    * chore: update package-lock
    
    * fix: use generics for hooks
    - @see docs link
    - correct utils docs link
    - export * from
    - move types to individual files
    - use prettier
    
    * refactor: move to generic HookContext
    
    * refactor: make tests run again
    
    * refactor: pass tests
    
    * chore: add prettier
    
    Co-authored-by: Jesse Cox <[email protected]>
    fratzinger and forgot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c808c9b View commit details
    Browse the repository at this point in the history
  2. chore: add premajor script

    fratzinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    8990a3d View commit details
    Browse the repository at this point in the history
  3. 7.0.0-pre.0

    fratzinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    26c9017 View commit details
    Browse the repository at this point in the history
  4. Updating changelog

    fratzinger committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c591d9d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    b268d2a View commit details
    Browse the repository at this point in the history
  2. 7.0.0-pre.1

    fratzinger committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    65fbd0e View commit details
    Browse the repository at this point in the history
  3. Updating changelog

    fratzinger committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c25b750 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    506933b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6958a View commit details
    Browse the repository at this point in the history