Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Feb 12, 2024
1 parent a03679d commit 2a0b93b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![npm version](https://badge.fury.io/js/class-transform.svg)](https://badge.fury.io/js/class-transform)

Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more than ever.
Class-transformer allows you to transform plain object to some instance of class and versa.
Class-transform allows you to transform plain object to some instance of class and versa.
Also it allows to serialize / deserialize object based on criteria.
This tool is super useful on both frontend and backend.

Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "class-transformer",
"version": "0.5.1",
"name": "class-transform",
"version": "0.6.0",
"description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors",
"author": "Cunarist",
"license": "MIT",
"readmeFilename": "README.md",
"sideEffects": false,
"main": "./cjs/index.js",
"module": "./esm5/index.js",
"es2015": "./esm2015/index.js",
"typings": "./types/index.d.ts",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/cunarist/class-transform.git"
Expand Down

0 comments on commit 2a0b93b

Please sign in to comment.