Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: monmon/p5-Riji

Tags

0.1.0

Toggle 0.1.0's commit message
Checking in changes prior to tagging of version 0.1.0.

Changelog diff is:

diff --git a/Changes b/Changes
index 364f077..dbc31cb 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.1.0 2014-05-17T08:17:13Z
+
+    - depends on Puncheur 0.1.0
+
 0.0.14 2014-05-06T04:29:06Z

     - [bugfix] Set more exact repository path if when `base_dir` is different from `repo_dir` (karupanerura)

0.0.14

Toggle 0.0.14's commit message
Checking in changes prior to tagging of version 0.0.14.

Changelog diff is:

diff --git a/Changes b/Changes
index 107d524..364f077 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.14 2014-05-06T04:29:06Z
+
+    - [bugfix] Set more exact repository path if when `base_dir` is different from `repo_dir` (karupanerura)
+
 0.0.13 2014-01-12T03:43:21Z

     - [bugfix] riji publish failed in some Operating systems which has case-sensitive filesystem (tsucchi)

0.0.13

Toggle 0.0.13's commit message
Checking in changes prior to tagging of version 0.0.13.

Changelog diff is:

diff --git a/Changes b/Changes
index d4e4803..107d524 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.13 2014-01-12T03:43:21Z
+
     - [bugfix] riji publish failed in some Operating systems which has case-sensitive filesystem (tsucchi)

 0.0.12 2013-12-30T05:41:44Z

0.0.12

Toggle 0.0.12's commit message
Checking in changes prior to tagging of version 0.0.12.

Changelog diff is:

diff --git a/Changes b/Changes
index 772ee8a..23ca6ea 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.12 2013-12-30T05:41:44Z
+
+    - add repository status checks when `riji publish`
+
 0.0.11 2013-10-08T17:05:49Z

     - add $config->{markup} (now, you can use Text::Markdown::Hoedown! etc.)

0.0.11

Toggle 0.0.11's commit message
Checking in changes prior to tagging of version 0.0.11.

Changelog diff is:

diff --git a/Changes b/Changes
index da3f246..772ee8a 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.11 2013-10-08T17:05:49Z
+
+    - add $config->{markup} (now, you can use Text::Markdown::Hoedown! etc.)
+
 0.0.10 2013-09-10T03:17:24Z

     - refactor CLI::Publish/CLI::Setup

0.0.10

Toggle 0.0.10's commit message
Checking in changes prior to tagging of version 0.0.10.

Changelog diff is:

diff --git a/Changes b/Changes
index 94735f5..da3f246 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.10 2013-09-10T03:17:24Z
+
+    - refactor CLI::Publish/CLI::Setup
+    - refactor tag handling in Model::Entry
+    - fix Entry#file_history
+
 0.0.9 2013-08-15T14:39:55Z

     - depend on App::Wallflower for `riji publish`

0.0.9

Toggle 0.0.9's commit message
Checking in changes prior to tagging of version 0.0.9.

Changelog diff is:

diff --git a/Changes b/Changes
index af56a1b..94735f5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.9 2013-08-15T14:39:55Z
+
+    - depend on App::Wallflower for `riji publish`
+
 0.0.8 2013-08-10T06:40:35Z

     - depend on Text::Markdown::Discount 0.10 and use `with_html5_tags()`

0.0.8

Toggle 0.0.8's commit message
Checking in changes prior to tagging of version 0.0.8.

Changelog diff is:

diff --git a/Changes b/Changes
index 78314a1..af56a1b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.8 2013-08-10T06:40:35Z
+
+    - depend on Text::Markdown::Discount 0.10 and use `with_html5_tags()`
     - parse === --- style h1 h2 as blog entry title

 0.0.7 2013-08-05T13:06:37Z

0.0.7

Toggle 0.0.7's commit message
Checking in changes prior to tagging of version 0.0.7.

Changelog diff is:

diff --git a/Changes b/Changes
index 76381b9..99b15ee 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.7 2013-08-05T13:06:37Z
+
+    - fix deps
+    - support multibyte tags (Experimental)
+
 0.0.6 2013-08-03T15:22:56Z

     - fix deps

0.0.6

Toggle 0.0.6's commit message
Checking in changes prior to tagging of version 0.0.6.

Changelog diff is:

diff --git a/Changes b/Changes
index 965d2d7..76381b9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Riji

 {{$NEXT}}

+0.0.6 2013-08-03T15:22:56Z
+
     - fix deps
     - fix infinite loop in CLI::NewEntry