Skip to content

Commit b1a2b40

Browse files
committed
bump version; update feed
1 parent 1a018ad commit b1a2b40

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

DependencyControl.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/v@{version}-@{channel}/@{namespacePath}",
1818
"channels": {
1919
"alpha": {
20-
"version": "0.2.6",
21-
"released": "2015-05-05",
20+
"version": "0.2.7",
21+
"released": "2015-05-07",
2222
"default": true,
2323
"files": [
2424
{
2525
"name": ".moon",
2626
"url": "@{fileBaseUrl}@{fileName}",
27-
"sha1": "E84352B05C366307124B417B9FDAD15EAD7246C5"
27+
"sha1": "5FC82BC705C6DE25BC08F32930CA22ACBCFAA419"
2828
},
2929
{
3030
"name": ".lua",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "/LineContents.lua",
5555
"url": "@{fileBaseUrl}@{fileName}",
56-
"sha1": "5C47C4ED555D6AECEB9258DDF9B6300F147FEB7E"
56+
"sha1": "F4090B106DD757FA08CDC53041321C829CBD6ACD"
5757
},
5858
{
5959
"name": "/TagList.lua",
@@ -240,6 +240,10 @@
240240
}
241241
},
242242
"changelog": {
243+
"0.2.7": [
244+
"Fixed LineContents:splitAtTags() throwing bad index errors.",
245+
"LineContents:splitAtIntervals() now throws a descriptive error when the next-index-callback returns a non-number value."
246+
],
243247
"0.2.6": [
244248
"Fixed a bug as well as a SubInspector compatibility issue that would cause an animated line to always be detected as static (and by extension would cause an animated line that started offscreen or transparent to get a 0-width bounding box).",
245249
"ASSFoundation no longer tries to come up with a default \\org tag for a line with \\move (which is not possible since the origin moves with the line position and \\org is non-transformable.",

l0/ASSFoundation.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: "ASSFoundation",
4-
version: "0.2.6",
4+
version: "0.2.7",
55
description: "General purpose ASS processing library",
66
author: "line0",
77
url: "http://github.com/TypesettingTools/ASSFoundation",

0 commit comments

Comments
 (0)