Skip to content

Commit c459a52

Browse files
committed
bump version; update feed
1 parent 0ebf234 commit c459a52

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

DependencyControl.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,20 @@
2626
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/",
2727
"channels": {
2828
"alpha": {
29-
"version": "0.1.0",
30-
"released": "2015-11-22",
29+
"version": "0.2.0",
30+
"released": "2015-01-02",
3131
"default": true,
3232
"files": [
3333
{
3434
"name": ".moon",
3535
"url": "@{fileBaseUrl}Functional.moon",
36-
"sha1": "55C4D9EABE4E755075A4A332DAE9612B2399E390"
36+
"sha1": "BFA3413FE26ACAA711106B21BB476C8C6BBDF112"
37+
},
38+
{
39+
"name": ".moon",
40+
"type": "test",
41+
"url": "@{fileBaseUrl}Tests.moon",
42+
"sha1": "690E43411F74B9822E06021735FDAF787D58A3D7"
3743
}
3844
],
3945
"requiredModules": [
@@ -50,6 +56,11 @@
5056
}
5157
},
5258
"changelog": {
59+
"0.2.0": [
60+
"added string.pad: pads a string with repetitions of another string up to a defined character limit. Pads with zeros by default.",
61+
"added util.formatTimecode: formats a time in milliseconds according to a .NET-like format string, e.g. 'h:mm:ss.ff'for ASS time codes.",
62+
"list.removeWhere now defaults to shifting up fields to keep the list continuous. A parameter was added to switch to sparse mode."
63+
],
5364
"0.1.0": [
5465
"Initial release."
5566
]

Functional.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DependencyControl = require "l0.DependencyControl"
22
version = DependencyControl{
33
name: "(Almost) Functional Suite",
4-
version: "0.1.0",
4+
version: "0.2.0",
55
description: "Collection of commonly used functions",
66
author: "line0",
77
moduleName: "l0.Functional",

0 commit comments

Comments
 (0)