Releases: Schotsl/Uwuifier
Uwuifier v4.2.2 release!
Uwuifier v4.2.1 release!
Long time no see! This release fixes a few small issues in the README.md and further tweaks the default values. This should be the last update, at least for today ;)
Uwuifier v4.2.0 release!
This update is primarily for maintenance. I’ve upgraded every dependency and switched away from experimental decorators. Additionally, I’ve fixed a bug that caused random action insertion during line breaks. The module is now also available on JSR and should work properly on npm again. The most significant change is likely the adjustment of the DEFAULTS
export, with the default values being slightly less intense.
Uwuifier V4 Deno rewrite!
Uwuifier V4 hotfix!
Changed
- Fixed description, engine, homepage and description properties in
package.json
Removed
- Removed unused
utils
andseed
type files
Uwuifier V4 release!
Node 14 is currently LTS, so we’ve dropped support for Node 10 and 12. We’ve also reduced the bundle size by removing unused files
Changed
- Reduced bundle size
Removed
- Dropped support for Node 11 & 12
Uwuifier V3 release!
It's not the fastest, it's not the lightest but it probably is the most advanced Uwuifier! Made for Deno and Node and the web
Added
- Support for
yarn
andpnpm
instead of onlynpm
- Added more UwU faces
Changed
- Switched to default export, in every version after v3.0.0 the
Uwuifier
class needs to be imported like this:import Uwuifier from 'uwuifier';
instead of the oldimport { Uwuifier } from 'uwuifier;
- Switched to Deno for formatting and linting
- Small bug fixes