Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Use existingMongoose in buildSchema #96

Closed
wants to merge 10 commits into from

Commits on Jan 26, 2018

  1. Use existingMongoose in buildSchema

    Not doing it makes my project with Mongoose v5 crash. The fix can be useful to anybody
    that doesn't use Typegoose's mongoose version
    Florian Simon committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1fba30d View commit details
    Browse the repository at this point in the history
  2. Version lib/ to start using fork immediately

    Florian Simon committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    8860ebe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Hotfix for our use cases

    Florian Simon committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    63b6232 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Allow required enums

    Florian Simon committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    9687726 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Add support for mixed types (+ tests), allow to use in the frontend w…

    …ithout importing Mongoose
    Florian Simon committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    bdaadf4 View commit details
    Browse the repository at this point in the history
  2. Stop versioning lib files (we want to merge)

    Florian Simon committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    aa7335e View commit details
    Browse the repository at this point in the history
  3. Stop tracking generated files

    Florian Simon committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    09fe5f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Prop now includes reflect-metadata so that it can be used safely with…

    …out including the complete Typegoose library
    
    This (again), is useful when using Typegoose models in the frontend
    Florian committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7ba2d8c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Use another approach?

    Florian committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6fffe0c View commit details
    Browse the repository at this point in the history
  2. Revert "Use another approach?"

    This reverts commit 6fffe0c.
    Florian committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    65d3780 View commit details
    Browse the repository at this point in the history