-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChanges
More file actions
51 lines (40 loc) · 2 KB
/
Changes
File metadata and controls
51 lines (40 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{{$NEXT}}
0.08 2021-03-31 09:07:28 CEST
- Bugfix in tests: if Typesense is not running, don't SKIP tests
just because we don't have a server. We currently cache test
results.
0.07 2021-03-26 13:39:29 CET
- Tests can now cache their output and be rerun without a Typesense
server. Delete the t/cache directory to require a Typesense server
again.
- Consolidate the http request behavior into a single role,
Search::Typesense::Role::Request.
- Standardized HTTP request args in _GET, _POST, _PATCH, and _DELETE
methods.
- Added Perl::Critic and Perl::Tidy tests to xt/
0.06 2021-03-23 18:09:49 CET
- No significant (non-doc) changes. The version number was bumped
automatically by Dist::Zilla as I was trying to force a new
release.
0.05 2021-03-23 17:59:07 CET
- Collection and Document behaviors are now moved into their own
subclasses.
0.04 2021-03-23 17:01:20 CET
- Move author tests to xt directory.
- Expose the Typesense version (this appears to not be documented)
0.03 2021-03-23 09:32:02 CET
- Fix dependencies in the dist.ini file. This should resolve
https://github.com/Ovid/Search-Typesense/issues/1
- Start a proper Test::Search::Typesense module. It's only a stub
right now, but it simplifies some common code.
- Lay the groundwork for more i18n tests in the future.
0.02 2021-03-22 15:38:24 CET
- port argument now defaults to 8108
- update_document() was broken. It's now fixed and tested.
- Renamed purge to delete_all_collections()
- Bump hard dependency on Perl to 5.16.0
- Make the Moo code more idiomatic
- Assert that the port is a PositiveInt
- Add kraih and mst to acknowledgements
0.01 2021-03-22 13:22:28 CET
- Basic interface to Typesense.