transformfs 0.1.0

A read-only FUSE filesystem to transform the content of files with Lua
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.1.0 (2024-06-24)


### Features

* implement basic functionalities ([4adef8c]https://github.com/DCsunset/transformfs/commit/4adef8cb1a91439c97445f7bb8e7092b1bfacc92)
* load user function on init and add open and close function ([0bf3a61]https://github.com/DCsunset/transformfs/commit/0bf3a61e21da08fd0e41ced6f61ecc9adf6e3a9c)
* read user table from script for isolation and fix filename ([b621874]https://github.com/DCsunset/transformfs/commit/b621874c5f9a07b476d066e9ca1de3173ffdce1c)