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

Feature unnamed hook used as a reference #52

Merged
merged 36 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
837088b
Added "unnamed hook" feature
harm-less Feb 21, 2019
79565f2
Made it work better in combination with TypeScript
harm-less Feb 21, 2019
dd3b2d7
Reverted some code and fixed the export in a different way
harm-less Feb 21, 2019
c0dfc33
Moved the exports to the end of the file as I keep getting an undefined
harm-less Feb 21, 2019
7b261f9
Fixed the export and improved docs
harm-less Feb 21, 2019
31681ac
Reverted export
harm-less Feb 21, 2019
d5c825e
Renamed the interface back to the original
harm-less Feb 21, 2019
f6c53d9
It's not really a new instance
harm-less Feb 22, 2019
f505eb4
Another attempt
harm-less Feb 22, 2019
8717c1e
Default?
harm-less Feb 22, 2019
640fe21
Reverted the namespace
harm-less Feb 22, 2019
6ef591a
Another try
harm-less Feb 22, 2019
4b6fa3a
Turning it into a module
harm-less Feb 22, 2019
7f6d2e2
Wrong name
harm-less Feb 22, 2019
008ecaf
No module...
harm-less Feb 22, 2019
05ab684
Improved the types due to overloading
harm-less Feb 25, 2019
b544c5f
The iteration variable wasn't in the correct place
harm-less Feb 26, 2019
e6ccc57
Fixed the iteration and added a unit test
harm-less Feb 26, 2019
c84d080
Removed an "only" in the unit tests
harm-less Feb 26, 2019
f9d05ef
Updated the API to fit the suggestions from @gr2m
harm-less Feb 27, 2019
7b852cf
The deprecation warning didn't show for the deprecated method..
harm-less Feb 27, 2019
90a8aed
Got rid of the "ignoreDeprecationWarning"
harm-less Feb 27, 2019
60314ba
Added a comment to explain why the bind hacks are there
harm-less Feb 28, 2019
e38d590
Moved the state inside the SingularHook constructor
harm-less Feb 28, 2019
56aeb68
Removed an unnecessary deprecation warning
harm-less Feb 28, 2019
ed8eaed
The types are compatible with the new API
harm-less Feb 28, 2019
36228ae
The readme is now compatible with the API
harm-less Feb 28, 2019
149ec38
Removed unnecessary bracket
harm-less Feb 28, 2019
f28a7b5
Removed debug statement
harm-less Mar 1, 2019
a0b730e
Renamed a title
harm-less Mar 1, 2019
2b631ec
Comment made more descriptive
harm-less Mar 1, 2019
a584b64
The null was not required
harm-less Mar 1, 2019
dc40ac7
Renamed "collection" to "hookCollection" for improved descriptiveness
harm-less Mar 1, 2019
40dc3a4
Improved TypeScript usage
harm-less Mar 1, 2019
ad0c1e1
Reverted for backwards compatibility
harm-less Mar 1, 2019
a73b730
Update README.md
gr2m Mar 4, 2019
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
Loading