francescov1 / mongoose-tsgen

A plug-n-play Typescript generator for Mongoose.
102 stars 24 forks source link

refactor jun26 #153

Closed francescov1 closed 2 months ago

francescov1 commented 2 months ago

Big overhaul and simplification of the codebase.

The current codebase was never meant to last, it was a quick and dirty way to get things working but is become too complex to scale.

francescov1 commented 2 months ago

This refactor is far from complete, but it already includes a number of bug fixes, and is already a big step from the previous code.

Going to merge+release now, then create a new branch to continue work. Will likely want to rewrite the library from scratch since there's a lot of messiness to unpack