2.0.6 • Published 2 months ago

@woodl/crud v2.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

@woodl / crud

Version history

  • 1.0.0 - Created NPM package
  • 1.0.1 - Fixed small bug with parsing Base64 in crudNew
  • 2.0.0 - Merged with TT-Webapp
  • 2.0.2 - Updated README
  • 2.0.6 - Verify documents exist before removing

New in 2.0.0

  • Prettier
  • Project specific Query
  • Moved auth
  • Generally usable version
  • Generalized project specific arugment order (req, res, instance?)
  • Fixed inits
  • Reversed atob and btoa
  • Delete CRUD runs pre/post hooks

Usage

const projectSpecific = {
	query: require('./project-specific-query'),
	new: require('./project-specific-new'),
	create: require('./project-specific-create'),
	read: require('./project-specific-read'),
	update: require('./project-specific-update'),
	delete: require('./project-specific-delete'),
	archive: require('./project-specific-archive'),
	restore: require('./project-specific-restore'),
}

Adding a new version

git commit -am "Usage of project specific query added"
npm version patch # minor, major
git push
npm publish
2.0.6

2 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago