Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure all documentation is up to date and accurate and covers all areas. #574

Open
JoshClose opened this issue Sep 10, 2016 · 4 comments
Projects
Milestone

Comments

@JoshClose
Copy link
Owner

No description provided.

@JoshClose JoshClose added this to the 3.0 milestone Sep 10, 2016
@InsidiousForce
Copy link

Is there a place to look at this now?

I'm trying to update from 2.16.3 to 3.0.0 since it's seemingly close to release and things that used to be straightforward, e.g.. Map(m => m.Created).TypeConverterOption(DateTimeStyles.AdjustToUniversal).Name("createdAt"); no longer work, because there have been significant changes. Is there beta documentation somewhere? I've been digging through the code to try to figure out the changes but if there's rough 3.0 documentation somewhere that'd be amazing. No pressure

@JoshClose
Copy link
Owner Author

JoshClose commented Sep 27, 2017

There isn't yet. If you pull down the gh-pages branch you can run it locally. You'll need to install node.js. Then you can just run.

npm install
npm start

and navigate to http://localhost:3000

I'm not super far with the documentation yet though, unfortunately. I can answer any specific questions you have though.

In your example. TypeConverterOption is now a property with a bunch of methods on it. This allowed me to add more things and not have to try to make the signature different for each thing that needed to be added.

@JoshClose
Copy link
Owner Author

I forgot, you'll need to run webpack also.

npm install
webpack --config webpack.config.vendor.js
webpack
npm start

@InsidiousForce
Copy link

Thanks Josh.

@JoshClose JoshClose added this to To do in Issues Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issues
  
To do
Development

No branches or pull requests

2 participants