Skip to content

Tags: pietroppeter/nimib

Tags

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create homeDir if it doesn't exist alredy (#246)

* create home dir if it doesn't exist alredy

* log `nb.homeDir` creation

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
paths.nim: Fix import for FreeBSD (#238)

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix issue#229 (#230)

Co-authored-by: lost22git <lost22git>

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `getNimibVersion()` (#196)

* Fix `getNimibVersion()`

* add test

---------

Co-authored-by: t-h-rk-turner <[email protected]>

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove export escapeTag (#181)

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement nbShow and highlight.js support for nim and other langs' co…

…de in markdown (#179)

* add nbShow

* add highlight.js

* add nohighlight class to nbCodeSource partial

* take back nim class

* take back hljs

* disable highlight.js for Show source

* fix tests

* update readme

* add option to disable highlight.js with `nb.disableHighlightJs`

* hide warnings in index and readme

* Update docsrc/penguins.nim

Co-authored-by: Pietro Peterlongo <[email protected]>

* mention dynamic highlighting in readme

---------

Co-authored-by: Pietro Peterlongo <[email protected]>

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding devel to CI, fix #161, fix #149 (#169)

* Adding devel to CI

I am adding both stable (that will become 2.x soon) and devel (which is candidate for 2.x). Also update versions of cache and setup-nim-action

* disable fail-fast for test CI

see https://stackoverflow.com/a/65647509/4178189

* Change toml lib + fix macro bug on devel (#173) (#174)

* fix orc macro bug

* replace toml_serialization with parsetoml

* clean up

* use jsony for deserialization as it can handle missing fields

Co-authored-by: Hugo Granström <[email protected]>

* bump to 0.3.6

---------

Co-authored-by: Hugo Granström <[email protected]>

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor codeAsInSource to not require command + fix nbJs bug fixes (#…

…163)

* refactor codeAsInSource to not require command

* fix infix

* add more fixes

* implement nb.sourceFiles

* fix typesection and add discard test

* fix for loops

* let try pietro's idea of taking the minimum

* fix parallel bug

* add template test

* fix type bug

* update changelog

* bump nimble version

* clean sources

* add Hugo as co-author

* add filename assert in Pos comparision

* assert -> doAssert. Improved error message and added an assert for the endPos as well

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add nbCodeDisplay and nbCodeAnd (#158)

* add nbCodeDisplay

* add nbCodeAnd

* add tests for nbCodeDisplay and nbCodeAnd

* document nbCodeDisplay and nbCodeAnd

* deprecate nbJsShowSource

* bump version and update changelog

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add nimconf to readme and index (#152)