File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Package: ellipsis
2
- Version: 0.1.1
2
+ Version: 0.2.0
3
3
Title: Tools for Working with ...
4
4
Description: The ellipsis is a powerful tool for extending functions. Unfortunately
5
5
this power comes at a cost: misspelled arguments will be silently ignored.
Original file line number Diff line number Diff line change 1
1
2
- # ellipsis 0.1.1
2
+ # ellipsis 0.2.0
3
3
4
- * ellipsis has officially graduated from experimental to maturing in the
5
- package lifecycle.
4
+ ellipsis has officially graduated from experimental to maturing in the
5
+ package lifecycle.
6
6
7
- * ` check_() ` functions now throw custom errors, rather than warnings.
7
+ * The main change of this release is that ` check_() ` functions now
8
+ throw custom errors, rather than warnings.
8
9
9
10
* ` check_ ` functions have been optimised for the most common case of no
10
11
problems. This means that you use it in more places without worrying
You can’t perform that action at this time.
0 commit comments