|
25 | 25 | "description": "Collection of commonly used functions", |
26 | 26 | "channels": { |
27 | 27 | "release": { |
28 | | - "version": "0.5.0", |
29 | | - "released": "2019-02-17", |
| 28 | + "version": "0.6.0", |
| 29 | + "released": "2019-03-12", |
30 | 30 | "default": true, |
31 | 31 | "fileBaseUrl": "@{fileBaseUrl}/v@{version}", |
32 | 32 | "files": [ |
33 | 33 | { |
34 | 34 | "name": ".moon", |
35 | 35 | "url": "@{fileBaseUrl}/Functional.moon", |
36 | | - "sha1": "6518DE7918DDABCA94C4A4454C4BB779F9ED4A65" |
| 36 | + "sha1": "BBD3B1ECED42201968ABFB756D683BE2A61DA815" |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "name": ".moon", |
40 | 40 | "type": "test", |
41 | 41 | "url": "@{fileBaseUrl}/Tests.moon", |
42 | | - "sha1": "690E43411F74B9822E06021735FDAF787D58A3D7" |
| 42 | + "sha1": "1E7E6BED92803B2B7B567B6183644454AB141FFE" |
43 | 43 | } |
44 | 44 | ], |
45 | 45 | "requiredModules": [ |
|
55 | 55 | ] |
56 | 56 | }, |
57 | 57 | "alpha": { |
58 | | - "version": "0.5.0", |
59 | | - "released": "2019-02-17", |
| 58 | + "version": "0.6.0", |
| 59 | + "released": "2019-03-12", |
60 | 60 | "default": false, |
61 | 61 | "fileBaseUrl": "@{fileBaseUrl}/v@{version}-@{channel}", |
62 | 62 | "files": [ |
63 | 63 | { |
64 | 64 | "name": ".moon", |
65 | 65 | "url": "@{fileBaseUrl}/Functional.moon", |
66 | | - "sha1": "0803D1200632C02931FF31FD60C50D0D0A36B6F5" |
| 66 | + "sha1": "BBD3B1ECED42201968ABFB756D683BE2A61DA815" |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "name": ".moon", |
70 | 70 | "type": "test", |
71 | 71 | "url": "@{fileBaseUrl}/Tests.moon", |
72 | | - "sha1": "690E43411F74B9822E06021735FDAF787D58A3D7" |
| 72 | + "sha1": "1E7E6BED92803B2B7B567B6183644454AB141FFE" |
73 | 73 | } |
74 | 74 | ], |
75 | 75 | "requiredModules": [ |
|
86 | 86 | } |
87 | 87 | }, |
88 | 88 | "changelog": { |
| 89 | + "0.6.0": [ |
| 90 | + "list.find() and list.findInRange() now return the index of the found item in the list as a second return value (thanks @Myaamori)", |
| 91 | + "util.assTimecode2ms(): fixed null-ref exception due to local tonumber reference being reassigned to nil (thanks @Myaamori)", |
| 92 | + "string.split(): added a `limit` parameter to specify the maximum number of split operations (thanks @Myaamori)" |
| 93 | + ], |
89 | 94 | "0.5.0": [ |
90 | 95 | "added list.reverse()", |
91 | 96 | "added unicode.reverse()", |
|
0 commit comments