From 42acdab4a44b1a6636c92f0eb81c70cdcb3022ea Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Tue, 17 Sep 2019 18:35:30 +0300 Subject: [PATCH] 2.17 --- CHANGELOG.md | 8 ++++++++ lib/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1eea53..bce7166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Gostatic changelog +## 2.17 + +`.Has` for pages, `.Where` and `.WhereNot` for page lists. + +## 2.16 + +`exectext` function. + ## 2.15 `.Reverse` is now available as a method on page lists. diff --git a/lib/version.go b/lib/version.go index fef9ba9..ef3711d 100644 --- a/lib/version.go +++ b/lib/version.go @@ -1,4 +1,4 @@ package gostatic // Current gostatic version -const VERSION = "2.16" +const VERSION = "2.17"