Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 is here! #78

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
44cf89a
v2 finish testing serialize behavior
weichx Feb 1, 2018
8c0e46b
add key transform feature
weichx Feb 1, 2018
14c2edf
refactor
weichx Feb 1, 2018
110b220
update deps, enable tests, fix tests
weichx Feb 1, 2018
5d29ddf
stricter typings
weichx Feb 1, 2018
10738d1
ignore dist
weichx Feb 1, 2018
7f0fa40
remove old files and deps
weichx Feb 1, 2018
9b82771
lots and lots of tests
weichx Feb 4, 2018
0c8bcf3
more tests
weichx Feb 4, 2018
8eb3df2
update tests and readme
weichx Feb 5, 2018
e4b28f0
Added new type for createInstances.
TheBinaryFox Feb 7, 2018
ab4e413
Make regex expressions constant and move out of functions.
TheBinaryFox Feb 7, 2018
08bf924
Export Instances from util.ts
TheBinaryFox Feb 7, 2018
604150d
Replace var with let.
TheBinaryFox Feb 7, 2018
46b8eea
Updated tests.
TheBinaryFox Feb 7, 2018
ea36fdd
Added new tests for Instances.*
TheBinaryFox Feb 7, 2018
4eb6dd6
Updated documentation.
TheBinaryFox Feb 7, 2018
f4397e9
Renamed `Instances` to `InstantiationMethod`.
TheBinaryFox Feb 7, 2018
2527d83
Renamed `createInstances` parameter to `instantiationMethod`.
TheBinaryFox Feb 7, 2018
1ac2c1c
Fixed incorrect parameter type for Deserializer<T>.
TheBinaryFox Feb 7, 2018
d6e478f
README.md fixes.
TheBinaryFox Feb 7, 2018
5e1da8e
Forgot to rename the InstantiationMethod test.
TheBinaryFox Feb 7, 2018
feb293c
Added SetDefaultInstantiationMethod.
TheBinaryFox Feb 7, 2018
bbb4f15
Added optimizations for hot paths.
TheBinaryFox Feb 7, 2018
9ee8e82
Merge pull request #80 from TheBinaryFox/mw/v2
weichx Feb 7, 2018
2474bb2
change module type to commonjs
weichx Mar 2, 2018
f05d214
Fixes #88: Deserializing optional nested fields
prudnikov Sep 13, 2018
5d18ae6
Merge pull request #89 from prudnikov/mw/v2
weichx Sep 14, 2018
e448953
Fix documentation for `#onDeserialized()` callback method;
prudnikov Sep 15, 2018
f6ba7dc
Follow-up for `#onDeserialized()` documentation;
prudnikov Sep 15, 2018
6c4777c
Merge pull request #90 from prudnikov/mw/v2
weichx Sep 16, 2018
49685e4
Added install script;
prudnikov Sep 25, 2018
dbab26e
Remove Indexable from Deserialize generic type.
prudnikov Oct 27, 2018
f86bdc5
Merge pull request #91 from prudnikov/mw/v2
weichx Nov 7, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
node_modules
.idea

dist
spec/spec
spec/src
.gulp***
gulp-**
coverage
595 changes: 405 additions & 190 deletions README.md

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions dist/serialize.d.ts

This file was deleted.

Loading