Skip to content

Commit af9989c

Browse files
committed
update gitignore
1 parent 722a3ef commit af9989c

6 files changed

Lines changed: 33 additions & 334 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ test*/**/*.test.*
5050
build-*/
5151
.roam
5252
.graveyard
53+
*.tmp.*

.mulle/etc/env/environment-host-ci-prerelease.sh

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASENOTES.md

Lines changed: 6 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,14 @@
1-
### 0.2.11
1+
## 0.3.0
22

3-
Various small improvements
43

5-
### 0.2.10
64

75

8-
* declare MulleScionHTMLPreprocessor as MulleObjCThreadSafe (for TAO) as it is
96

10-
### 0.2.9
117

12-
Various small improvements
138

14-
### 0.2.8
9+
feature: register MulleScionHTMLPreprocessor with Objective-C dependency loader
1510

16-
* Various small improvements
17-
18-
### 0.2.7
19-
20-
* Various small improvements
21-
22-
### 0.2.6
23-
24-
* Various small improvements
25-
26-
### 0.2.5
27-
28-
* moved generic headers into src/generic
29-
30-
### 0.2.4
31-
32-
* Various small improvements
33-
34-
### 0.2.3
35-
36-
* Various small improvements
37-
38-
### 0.2.2
39-
40-
* Various small improvements
41-
42-
### 0.2.1
43-
44-
* new mulle-sde project structure
45-
46-
## 0.2.0
47-
48-
* moved to MulleWeb and added a little leak test
49-
* modernized mulle-sde
50-
51-
## 0.1.0
52-
53-
* initial push
11+
* add MulleObjCDeps category returning dependency entries for MulleScionHTMLPreprocessor
12+
* include generated objc-deps.inc so the ObjC runtime/loader recognizes the MulleScionHTMLPreprocessor symbol
13+
* remove obsolete src/reflect/objc-loader.inc
14+
* clarify developer comment in `src/reflect/_MulleScionHTMLPreprocessor-import.h` ("toggle objc")

clib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name" : "MulleScionHTMLPreprocessor",
3-
"version" : "0.2.11",
3+
"version" : "0.3.0",
44
"description" : "🥣 A Preprocessor for HTML that converts `<objc>` and other tags to MulleScion `{%` `%}`",
55
"keywords" : [],
66
"license" : "BSD-3-Clause",
77
"repo" : "MulleWeb/MulleScionHTMLPreprocessor",
88
"src" : [
9+
"asset/dox/TOC.md",
910
"src/generic/import-private.h",
1011
"src/generic/import.h",
1112
"src/MulleObjCDeps+MulleScionHTMLPreprocessor.m",

0 commit comments

Comments
 (0)