Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.1 KB

About Wef

Wef is a Web Extensions Framework

Features

  • Educational purposes: Because I'm learning JavaScript and `Hello, world! is mainstream.
  • Work in progress: You know, forever beta stage.
  • Eating your own dog food: Wef is used in my awesome CSS Template Layout Module.
  • Plain JavaScript, no third party libraries: OK, Wef uses JSCSSP, but no jQuery or other libraries.
  • Modular and extensible with plugins

Development

To build wef

make build

For testing, wef uses Qunit

  • Open test/test.html in your browser

Changelog

####v0.2####

  • Add more tests
  • Fix cssParser.callbacks persistence error
  • Unify wef.module.fn API (version, filter, loglevel)
  • Fix wef.fn.extend
  • Clean cssParser log messages
  • Delete log.filter call in cssParser

####v0.1####

  • First release