|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -# 0.5.3 |
| 3 | +## 1.0 |
| 4 | + |
| 5 | +- add `{of_seq,to_iter,persistent_to_seq,persistent_lazy_to_seq}` |
| 6 | +- depend on seq |
| 7 | +- manual use of qtest, remove the qtestlib backend (more robust) |
| 8 | + |
| 9 | +## 0.5.3 |
4 | 10 |
|
5 | 11 | - fix npm-package contents to actually include compiled output. (oops!)
|
6 | 12 |
|
7 |
| -# 0.5.2 |
| 13 | +## 0.5.2 |
8 | 14 |
|
9 | 15 | - explicitly support BuckleScript, and publish to npm as bs-gen
|
10 | 16 | - transition to updated dune (jbuilder), and opam 2.0
|
11 | 17 |
|
12 |
| -# 0.5.1 |
| 18 | +## 0.5.1 |
13 | 19 |
|
14 | 20 | - refactor to use match-with-exception from OCaml 4.02
|
15 | 21 | - transition to jbuilder
|
16 | 22 |
|
17 |
| -# 0.5 |
| 23 | +## 0.5 |
18 | 24 |
|
19 | 25 | - fix small problem with safe-string
|
20 | 26 | - move to safe-string, for compatibility with 4.06.0
|
21 | 27 | - add optimize() flag to `_tags`
|
22 | 28 | - rename parameter of `int_range` from `by` to `step`
|
23 | 29 | - add `?(by=1)` to `int_range`
|
24 | 30 |
|
25 |
| -# 0.4 |
| 31 | +## 0.4 |
26 | 32 |
|
27 | 33 | - update `GenLabels` with missing functions
|
28 | 34 | - add `Gen.peek_n`
|
|
36 | 42 | * add ocp-indent file, update header, reindent files
|
37 | 43 | * move code to src/
|
38 | 44 |
|
39 |
| -# 0.3 |
| 45 | +## 0.3 |
40 | 46 |
|
41 | 47 | - add `Gen.return`
|
42 | 48 | - fix overflow in `Gen.flat_map`; add regression test
|
|
46 | 52 | - add `Gen.IO.{with_lines, write_lines}`
|
47 | 53 | - update benchmarks to use Benchmark.Tree
|
48 | 54 |
|
49 |
| -# 0.2.4 |
| 55 | +## 0.2.4 |
50 | 56 |
|
51 | 57 | - `GenLabels` module
|
52 | 58 | - `fold_while` function
|
53 | 59 | - `fold_map` implementation, deprecating `scan`
|
54 | 60 | - updated doc to make clear that combinators consume their generator argument
|
55 | 61 | - add missing @since; expose infix operators
|
56 | 62 |
|
57 |
| -# 0.2.3 |
| 63 | +## 0.2.3 |
58 | 64 |
|
59 | 65 | - updated .mli to replace "enum" with "gen"
|
60 | 66 | - `Gen.persistent_lazy` now exposes caching parameters related to `GenMList.of_gen_lazy`
|
|
67 | 73 | - add `permutations_heap` for array-based permutations; add a corresponding benchmark to compare
|
68 | 74 | - license file
|
69 | 75 |
|
70 |
| -# 0.2.2 |
| 76 | +## 0.2.2 |
71 | 77 |
|
72 | 78 | - do not depend on qtest
|
73 | 79 | - better combinatorics (`permutations`, `power_set`, `combinations`)
|
|
0 commit comments